feat: VS Code Copilot integration (#284)

This commit is contained in:
David Elisma
2025-07-01 08:54:13 -04:00
committed by GitHub
parent 3e2e43dd88
commit 1a4ca4ffa6
15 changed files with 247 additions and 15 deletions

View File

@@ -22,7 +22,7 @@ The BMAD Method follows a structured approach to AI-assisted software developmen
```
- Choose "Complete installation"
- Select your IDE (Cursor, Claude Code, Windsurf, or Roo Code)
- Select your IDE (Cursor, Claude Code, Windsurf, Roo Code, or VS Code Copilot)
2. **Verify installation**:
- `.bmad-core/` folder created with all agents
@@ -113,6 +113,7 @@ Follow the SM → Dev cycle for systematic story development:
- **Cursor**: `@agent-name` (e.g., `@bmad-master`)
- **Windsurf**: `@agent-name` (e.g., `@bmad-master`)
- **Roo Code**: Select mode from mode selector (e.g., `bmad-bmad-master`)
- **VS Code Copilot**: Open the Chat view (`⌃⌘I` on Mac, `Ctrl+Alt+I` on Windows/Linux) and select **Agent** from the chat mode selector.
### Chat Management:

View File

@@ -292,7 +292,8 @@ bmad-method/
│ │ ├── cline-guide.md
│ │ ├── gemini-cli-guide.md
│ │ ├── roo-code-guide.md
│ │ ── windsurf-guide.md
│ │ ── windsurf-guide.md
│ │ └── vs-code-copilot-guide.md
│ ├── bmad-workflow-guide.md # Universal workflow guide
│ ├── core-architecture.md # This document
│ ├── expansion-packs.md # Expansion pack guide