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:
parent
6e63bf2241
commit
bb09d913af
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"davidanson.vscode-markdownlint",
|
||||||
|
"streetsidesoftware.code-spell-checker"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"cSpell.words": ["BMAD", "roadmaps"]
|
||||||
|
}
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue