| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| graphifyy-0.8.30-py3-none-any.whl | 2026-06-02 | 721.1 kB | |
| graphifyy-0.8.30.tar.gz | 2026-06-02 | 854.6 kB | |
| README.md | 2026-06-02 | 1.2 kB | |
| v0.8.30 source code.tar.gz | 2026-06-02 | 2.0 MB | |
| v0.8.30 source code.zip | 2026-06-02 | 2.3 MB | |
| Totals: 5 Items | 5.9 MB | 1 | |
- Fix:
graphify install --project --platform antigravitynow writes Antigravity's always-on layer (.agents/rules/graphify.md+.agents/workflows/graphify.md), not just the skill. The project-scoped path went through the skill-only branch and skipped them, even though the project uninstall removes them. - Feat: close the Read-tool graph bypass. The
PreToolUsenudge previously only fired on Bash search (grep/rg/find); an agent answering a question by reading many source files through the nativeReadtool (orGlob) slipped past it. A newRead|Globhook nudges towardgraphify querywhengraphify-out/graph.jsonexists, only for a source/doc file outsidegraphify-out/, and never blocks (#1114). - Feat: add an
anthropicoptional extra (and include it in[all]) so theclaudebackend is installable like every other one:uv tool install "graphifyy[anthropic]". Previously it was the only backend with no extra, so a user withANTHROPIC_API_KEYset could not satisfy it without--with anthropic. The backend package-missing errors now point atuv tool install "graphifyy[<extra>]"(the isolated-venv path) rather than onlypip install.