Skip to content

v0.3.0

Choose a tag to compare

@Dandi-Pangestu Dandi-Pangestu released this 20 Jun 14:33
6bbe629

What's Changed

✨ New Features

  • Kiro CLI adapterswitchic switch kiro now generates the full Kiro file layout:
    • AGENTS.md — main project context
    • .kiro/steering/project.md — always-included steering pointer to AGENTS.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 in AGENTS.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-tools from bundled agent-import and skill-import skills

Full Changelog: v0.2.0...v0.3.0