What's new
Kiro IDE/CLI support (#319, #321)
graphify kiro install writes:
.kiro/skills/graphify/SKILL.md— the/graphifyslash command skill.kiro/steering/graphify.md— always-on steering withinclusion: always, injected into every Kiro conversation automatically
Portable cache (#311)
file_hash() now uses the path relative to the project root instead of the absolute path. Cache entries are now portable across machines, CI runners, and different checkout directories.
Note: this is a cache-breaking change. Delete
graphify-out/cache/once after upgrading — it will be rebuilt on the next run.
pip install --upgrade graphifyy
rm -rf graphify-out/cache/ # one-time after upgrading