Skip to content

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

Choose a tag to compare

@safishamsi safishamsi released this 13 Apr 22:04

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