Skip to content

Commit 506b64f

Browse files
authored
feat(cli): add Kiro agent instructions (#1033)
Add Kiro to the AGENTS array so it shows up in the interactive agent selection during `vp create` and `vp migrate`. Kiro uses `AGENTS.md` at the workspace root, which it natively supports.
1 parent 639597a commit 506b64f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/cli/src/utils/agent.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ export const AGENTS = [
184184
targetPath: '.aiassistant/rules/viteplus.md',
185185
},
186186
{ id: 'amp', label: 'Amp', targetPath: 'AGENTS.md' },
187+
{ id: 'kiro', label: 'Kiro', targetPath: 'AGENTS.md' },
187188
{ id: 'opencode', label: 'OpenCode', targetPath: 'AGENTS.md' },
188189
{ id: 'other', label: 'Other', targetPath: 'AGENTS.md' },
189190
] as const;

0 commit comments

Comments
 (0)