formatter updates

This commit is contained in:
Brian Madison
2025-06-14 18:11:16 -05:00
parent 2cbbf61d92
commit fcbfc608f1
37 changed files with 2244 additions and 794 deletions

View File

@@ -4,7 +4,7 @@ This directory contains the BMAD Method installer implementation.
## Structure
```
```text
installer/
├── bin/ # CLI entry points
│ └── bmad.js # Main CLI executable
@@ -42,7 +42,7 @@ npx bmad-method install --profile=minimal
# Update existing installation
npx bmad-method update
```
```text
## Development
@@ -55,4 +55,4 @@ npm test
# Lint code
npm run lint
```
```