v0.3.0
What's Changed
✨ New Features
- Kiro CLI adapter —
switchic switch kironow generates the full Kiro file layout:AGENTS.md— main project context.kiro/steering/project.md— always-included steering pointer toAGENTS.md.kiro/agents/<name>.json— one agent file per active agent (Kiro JSON format).kiro/steering/<name>.md— one steering file per active rule.kiro/skills/<name>/SKILL.md— one directory per active skill- All bundled agents, skills, and rules now carry
kiro:config blocks
♻️ Improvements
- GitHub Copilot — project context moved to
AGENTS.md— the full project context now lives inAGENTS.md(the tool-agnostic standard location)..github/copilot-instructions.md
becomes a lightweight pointer via a markdown link, keeping context in one place regardless of which platform you switch to.
🧹 Chores
- Removed
allowed-toolsfrom bundledagent-importandskill-importskills
Full Changelog: v0.2.0...v0.3.0