chore: add VSCode settings and update README.md (markdown-lint) (#209)
* 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 * chore: add other technical words to cspell dictionary --------- Co-authored-by: Brian <bmadcode@gmail.com>
This commit is contained in:
parent
7c71e1f815
commit
fdfaa1f81f
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"davidanson.vscode-markdownlint",
|
||||||
|
"streetsidesoftware.code-spell-checker"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,40 @@
|
||||||
|
{
|
||||||
|
"cSpell.words": [
|
||||||
|
"agentic",
|
||||||
|
"Axios",
|
||||||
|
"BMAD",
|
||||||
|
"Centricity",
|
||||||
|
"dataclass",
|
||||||
|
"docstrings",
|
||||||
|
"emergently",
|
||||||
|
"explorative",
|
||||||
|
"frontends",
|
||||||
|
"golint",
|
||||||
|
"Goroutines",
|
||||||
|
"HSTS",
|
||||||
|
"httpx",
|
||||||
|
"Immer",
|
||||||
|
"implementability",
|
||||||
|
"Inclusivity",
|
||||||
|
"Luxon",
|
||||||
|
"pasteable",
|
||||||
|
"Pino",
|
||||||
|
"Polyrepo",
|
||||||
|
"Pydantic",
|
||||||
|
"pyproject",
|
||||||
|
"rescope",
|
||||||
|
"roadmaps",
|
||||||
|
"roleplay",
|
||||||
|
"runbooks",
|
||||||
|
"Serilog",
|
||||||
|
"shadcn",
|
||||||
|
"structlog",
|
||||||
|
"Systemization",
|
||||||
|
"taskroot",
|
||||||
|
"Testcontainers",
|
||||||
|
"tmpl",
|
||||||
|
"VARCHAR",
|
||||||
|
"venv",
|
||||||
|
"WCAG"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -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