github safishamsi/graphify v0.4.12
v0.4.12 — Kiro IDE/CLI support, portable cache

latest releases: v0.4.14, v0.4.13
one day ago

What's new

Kiro IDE/CLI support (#319, #321)

graphify kiro install writes:

  • .kiro/skills/graphify/SKILL.md — the /graphify slash command skill
  • .kiro/steering/graphify.md — always-on steering with inclusion: 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

Don't miss a new graphify release

NewReleases is sending notifications on new releases.