feat: add KiloCode integration support to BMAD installer (#390)

This commit is contained in:
Mbosinwa Awunor
2025-08-03 15:49:39 +01:00
committed by GitHub
parent ce5b37b628
commit dcebe91d5e
3 changed files with 111 additions and 4 deletions

View File

@@ -89,4 +89,13 @@ ide-configurations:
# 3. The agent will adopt that persona for the conversation
# 4. Requires VS Code 1.101+ with `chat.agent.enabled: true` in settings
# 5. Agent files are stored in .github/chatmodes/
# 6. Use `*help` to see available commands and agents
# 6. Use `*help` to see available commands and agents
kilo:
name: Kilo Code
format: custom-modes
file: .kilocodemodes
instructions: |
# To use BMAD agents in Kilo Code:
# 1. Open the mode selector in VSCode
# 2. Select a bmad-{agent} mode (e.g. "bmad-dev")
# 3. The AI adopts that agent's persona and capabilities