style: apply prettier and yaml formatting

Auto-formatting applied by prettier and yaml-format tools.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Brian Madison
2025-06-15 14:20:19 -05:00
parent b53d954b7a
commit c5fe28e76b
18 changed files with 168 additions and 108 deletions

View File

@@ -33,7 +33,7 @@ installer/
## Usage
```bash
````bash
# Interactive installation
npx bmad-method install
@@ -55,4 +55,4 @@ npm test
# Lint code
npm run lint
```
````