From ba4d26d9cd49926c57d198d3468d6c37dacb8107 Mon Sep 17 00:00:00 2001 From: Erik Hanchett Date: Tue, 17 Mar 2026 13:30:27 -0700 Subject: [PATCH] feat(cli): add Kiro agent instructions --- packages/cli/src/utils/agent.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/cli/src/utils/agent.ts b/packages/cli/src/utils/agent.ts index a4a38c1b36..227a2fc006 100644 --- a/packages/cli/src/utils/agent.ts +++ b/packages/cli/src/utils/agent.ts @@ -184,6 +184,7 @@ export const AGENTS = [ targetPath: '.aiassistant/rules/viteplus.md', }, { id: 'amp', label: 'Amp', targetPath: 'AGENTS.md' }, + { id: 'kiro', label: 'Kiro', targetPath: 'AGENTS.md' }, { id: 'opencode', label: 'OpenCode', targetPath: 'AGENTS.md' }, { id: 'other', label: 'Other', targetPath: 'AGENTS.md' }, ] as const;