What's new
- Add: Cursor support —
graphify cursor installwrites.cursor/rules/graphify.mdcwithalwaysApply: true;graphify cursor uninstallremoves it (#137) - Fix:
_rebuild_code()KeyError — git hooks were silently failing on every commit becausedetected[FileType.CODE]didn't matchdetect()'s actual return shape (#148) - Fix: crash on NetworkX 3.2.x —
node_link_data()now falls back gracefully on older NetworkX, same shim already used everywhere else (#149) - Fix: official package clarification in README —
graphifyyis the only official PyPI package (#129)
Install / upgrade
pip install --upgrade graphifyy
Re-run graphify hook install to get the fixed git hooks.
Full changelog: CHANGELOG.md