Expand description
Kiro CLI adapter.
Batty creates a per-member agent config in .kiro/agents/ and launches
kiro with --agent batty-<member>. The agent config carries the system
prompt, model selection, and tool permissions so kiro loads them natively.
Structs§
- Kiro
CliAdapter - Adapter for the Kiro CLI.
Constants§
- KIRO_
DEFAULT_ MODEL - Default model for Kiro agents.
Functions§
- write_
kiro_ agent_ config - Write a
.kiro/agents/batty-<member>.jsonagent config so kiro loads the role prompt as a proper system prompt rather than user input.