Skip to content

Commit f3feaa7

Browse files
Brian Madisonarthurkazemi
authored andcommitted
party mode and brainstorming had bmm config instead of core config listed causing loading error when bmm is not an installed module - fixed.
1 parent cf23476 commit f3feaa7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/core/workflows/brainstorming/workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This uses **micro-file architecture** for disciplined execution:
2828

2929
### Configuration Loading
3030

31-
Load config from `{project-root}/{bmad_folder}/bmm/config.yaml` and resolve:
31+
Load config from `{project-root}/{bmad_folder}/core/config.yaml` and resolve:
3232

3333
- `project_name`, `output_folder`, `user_name`
3434
- `communication_language`, `document_output_language`, `user_skill_level`

src/core/workflows/party-mode/workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This uses **micro-file architecture** with **sequential conversation orchestrati
2727

2828
### Configuration Loading
2929

30-
Load config from `{project-root}/{bmad_folder}/bmm/config.yaml` and resolve:
30+
Load config from `{project-root}/{bmad_folder}/core/config.yaml` and resolve:
3131

3232
- `project_name`, `output_folder`, `user_name`
3333
- `communication_language`, `document_output_language`, `user_skill_level`

0 commit comments

Comments
 (0)