| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| graphifyy-0.3.25-py3-none-any.whl | < 12 hours ago | 221.0 kB | |
| graphifyy-0.3.25.tar.gz | < 12 hours ago | 240.5 kB | |
| README.md | < 14 hours ago | 1.1 kB | |
| v0.3.25 source code.tar.gz | < 14 hours ago | 293.7 kB | |
| v0.3.25 source code.zip | < 14 hours ago | 348.8 kB | |
| Totals: 5 Items | 1.1 MB | 0 | |
What's new
Fixes
graphify install --platform geminiand--platform cursorno longer error — both now route to their correct install functions (#171)- MCP server (
serve.py) now works when graph is outside cwd —validate_graph_pathreceives the correct base (#170) - MCP
call_tool()handler catches exceptions and returns graceful error strings instead of crashing the stdio loop (#163) .graphifyignorediscovery now walks parent directories up to the.gitboundary, matching.gitignorebehavior — subdirectory scans inherit root patterns (#168)
New platforms
- Aider —
graphify install --platform aider+graphify aider install/uninstall(#74) - GitHub Copilot CLI —
graphify install --platform copilot+graphify copilot install/uninstall(#134)
New features
--directedflag — builds aDiGraphpreserving edge direction (source→target);cluster()converts to undirected internally for Leiden (#125)- Frontmatter-aware cache for Markdown —
.mdfiles hash only the body, so metadata-only changes (reviewed, status, tags) no longer invalidate the cache (#131)