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:
parent
6b964acd56
commit
e2c1e24440
|
|
@ -32,7 +32,7 @@ This uses **micro-file architecture** for disciplined execution:
|
|||
|
||||
### 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`
|
||||
- `communication_language`, `document_output_language`, `user_skill_level`
|
||||
|
|
|
|||
Loading…
Reference in New Issue