fix(bmad-brainstorming): load project_name from bmm/config.yaml

project_name is a bmm module variable and lives in _bmad/bmm/config.yaml,
not _bmad/core/config.yaml. Fixes #2279.
This commit is contained in:
blurb-jared-martin 2026-04-20 08:56:59 -07:00
parent 6b964acd56
commit e2c1e24440
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ This uses **micro-file architecture** for disciplined execution:
### Configuration Loading ### Configuration Loading
Load config from `{project-root}/_bmad/core/config.yaml` and resolve: Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
- `project_name`, `output_folder`, `user_name` - `project_name`, `output_folder`, `user_name`
- `communication_language`, `document_output_language`, `user_skill_level` - `communication_language`, `document_output_language`, `user_skill_level`