chore: add VSCode settings and update README for clarity**

### CHANGES
- Add recommended extensions for VSCode in `extensions.json`
- Create `settings.json` for custom spell-checker words
- Update README to specify plaintext in code block
This commit is contained in:
Kayvan Sylvan 2025-06-13 16:24:11 -07:00
parent 6e63bf2241
commit bb09d913af
3 changed files with 10 additions and 1 deletions

6
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,6 @@
{
"recommendations": [
"davidanson.vscode-markdownlint",
"streetsidesoftware.code-spell-checker"
]
}

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"cSpell.words": ["BMAD", "roadmaps"]
}

View File

@ -70,7 +70,7 @@ npm run validate # Validate configurations
## Project Structure ## Project Structure
``` ```plaintext
bmad-core/ bmad-core/
├── agents/ # Individual agent definitions ├── agents/ # Individual agent definitions
├── agent-teams/ # Team configurations ├── agent-teams/ # Team configurations