v0.3.0 — skill-first: dropped the Action, TypeScript runtime helper
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 | bashinstaller. Install via the Claude plugin orbunx @drakulavich/iago; your own agent draws the diagram. (#5, #9)
Changed
- Runtime helper rewritten in TypeScript (run by
bun), replacing the bash + Python scripts. Requiresbun+gh. (#6)
Fixed
sequence.mdexample now renders (Mermaidloopreserved-keyword collision); ER entity-name fix; sequence-label;→,sanitizing. (#6, #7)
Docs
- Lean, human-first README +
docs/split; newCLAUDE.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.