Skip to content

v0.3.0 — skill-first: dropped the Action, TypeScript runtime helper

Choose a tag to compare

@drakulavich drakulavich released this 31 May 10:52
· 12 commits to main since this release
bbce089

Skill-first release. Iago is now driven by your own coding agent — no GitHub Action, no SaaS.

Removed / Breaking

  • Dropped the GitHub Action and the curl | bash installer. Install via the Claude plugin or bunx @drakulavich/iago; your own agent draws the diagram. (#5, #9)

Changed

  • Runtime helper rewritten in TypeScript (run by bun), replacing the bash + Python scripts. Requires bun + gh. (#6)

Fixed

  • sequence.md example now renders (Mermaid loop reserved-keyword collision); ER entity-name fix; sequence-label ;, sanitizing. (#6, #7)

Docs

  • Lean, human-first README + docs/ split; new CLAUDE.md (canonical agent config) + AGENTS.md. (#8, #10, #11)

Internal

  • Retired the bats suite (tests via bun test + claude plugin validate); gitignore local dev state. (#9)

Install: bunx @drakulavich/iago install --force · Claude plugin: /plugin marketplace update iago-marketplace then reinstall.