23 lines
853 B
Diff
23 lines
853 B
Diff
diff --git a/tools/installer/config/install.config.yaml b/tools/installer/config/install.config.yaml
|
|
index 3aa7464c..c2e08405 100644
|
|
--- a/tools/installer/config/install.config.yaml
|
|
+++ b/tools/installer/config/install.config.yaml
|
|
@@ -119,6 +119,17 @@ ide-configurations:
|
|
# 2. Select a bmad-{agent} mode (e.g. "bmad-dev")
|
|
# 3. The AI adopts that agent's persona and capabilities
|
|
|
|
+ kiro:
|
|
+ name: Kiro IDE
|
|
+ rule-dir: .kiro/steering/
|
|
+ format: multi-file
|
|
+ command-suffix: .md
|
|
+ instructions: |
|
|
+ # To use BMad agents in Kiro IDE:
|
|
+ # 1. The installer creates agent files in `.kiro/steering/`.
|
|
+ # 2. The steering file `bmad.md` is always included.
|
|
+ # 3. Type *agent-name (e.g., "*agent-dev", "*agent-pm") to activate the agent.
|
|
+
|
|
qwen-code:
|
|
name: Qwen Code
|
|
rule-dir: .qwen/commands/BMad/
|