From e2c1e244409d7529a8a4a01baeb3ae200b615e7c Mon Sep 17 00:00:00 2001 From: blurb-jared-martin Date: Mon, 20 Apr 2026 08:56:59 -0700 Subject: [PATCH] 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. --- src/core-skills/bmad-brainstorming/workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core-skills/bmad-brainstorming/workflow.md b/src/core-skills/bmad-brainstorming/workflow.md index 168dab93e..7b333121b 100644 --- a/src/core-skills/bmad-brainstorming/workflow.md +++ b/src/core-skills/bmad-brainstorming/workflow.md @@ -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`