fix: correct config path typo bmb→bmm in sub-workflow files

Both deep-dive-workflow.md and full-scan-workflow.md referenced
_bmad/bmb/config.yaml instead of _bmad/bmm/config.yaml, which
would break config resolution at runtime.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Alex Verkhovsky 2026-03-08 12:27:47 -06:00
parent 547248ca1b
commit 15f4891b19
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ description: 'Exhaustive deep-dive documentation of specific project areas'
### Configuration Loading
Load config from `{project-root}/_bmad/bmb/config.yaml` and resolve:
Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
- `project_knowledge`
- `user_name`

View File

@ -15,7 +15,7 @@ description: 'Complete project documentation workflow (initial scan or full resc
### Configuration Loading
Load config from `{project-root}/_bmad/bmb/config.yaml` and resolve:
Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
- `project_knowledge`
- `user_name`