diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 00000000..aef996fd --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,6 @@ +{ + "recommendations": [ + "davidanson.vscode-markdownlint", + "streetsidesoftware.code-spell-checker" + ] +} diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..3d76cbb5 --- /dev/null +++ b/.vscode/settings.json @@ -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" + ] +} diff --git a/README.md b/README.md index 98c9ad8b..e8c07495 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ npm run validate # Validate configurations ## Project Structure -``` +```plaintext .bmad-core/ ├── agents/ # Individual agent definitions ├── agent-teams/ # Team configurations