Skip to content

v0.3.22

Choose a tag to compare

@safishamsi safishamsi released this 09 Apr 16:20

What's new

  • Add: Cursor supportgraphify cursor install writes .cursor/rules/graphify.mdc with alwaysApply: true; graphify cursor uninstall removes it (#137)
  • Fix: _rebuild_code() KeyError — git hooks were silently failing on every commit because detected[FileType.CODE] didn't match detect()'s actual return shape (#148)
  • Fix: crash on NetworkX 3.2.xnode_link_data() now falls back gracefully on older NetworkX, same shim already used everywhere else (#149)
  • Fix: official package clarification in README — graphifyy is 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