From 55cb4681bc074cc6a730ce1e64ac88b2a4a2366b Mon Sep 17 00:00:00 2001 From: Brian Madison Date: Mon, 8 Dec 2025 08:11:39 -0600 Subject: [PATCH] party mode and brainstorming had bmm config instead of core config listed causing loading error when bmm is not an installed module - fixed. --- src/core/workflows/brainstorming/workflow.md | 2 +- src/core/workflows/party-mode/workflow.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/workflows/brainstorming/workflow.md b/src/core/workflows/brainstorming/workflow.md index 156a9bb5..9050764c 100644 --- a/src/core/workflows/brainstorming/workflow.md +++ b/src/core/workflows/brainstorming/workflow.md @@ -28,7 +28,7 @@ This uses **micro-file architecture** for disciplined execution: ### Configuration Loading -Load config from `{project-root}/{bmad_folder}/bmm/config.yaml` and resolve: +Load config from `{project-root}/{bmad_folder}/core/config.yaml` and resolve: - `project_name`, `output_folder`, `user_name` - `communication_language`, `document_output_language`, `user_skill_level` diff --git a/src/core/workflows/party-mode/workflow.md b/src/core/workflows/party-mode/workflow.md index 38f2ce82..5d15e612 100644 --- a/src/core/workflows/party-mode/workflow.md +++ b/src/core/workflows/party-mode/workflow.md @@ -27,7 +27,7 @@ This uses **micro-file architecture** with **sequential conversation orchestrati ### Configuration Loading -Load config from `{project-root}/{bmad_folder}/bmm/config.yaml` and resolve: +Load config from `{project-root}/{bmad_folder}/core/config.yaml` and resolve: - `project_name`, `output_folder`, `user_name` - `communication_language`, `document_output_language`, `user_skill_level`