From 4aed5a1193ac48e7cb18e669a33570952a75b204 Mon Sep 17 00:00:00 2001 From: Daniel Dabrowski <106607+rodpl@users.noreply.github.com> Date: Fri, 14 Nov 2025 02:44:12 +0100 Subject: [PATCH] fix: update file paths in agent and workflow configurations to use {bmad_folder} variable (#917) --- src/core/agents/bmad-web-orchestrator.agent.xml | 4 ++-- src/core/workflows/party-mode/workflow.yaml | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/core/agents/bmad-web-orchestrator.agent.xml b/src/core/agents/bmad-web-orchestrator.agent.xml index cf5a9b78..7f192627 100644 --- a/src/core/agents/bmad-web-orchestrator.agent.xml +++ b/src/core/agents/bmad-web-orchestrator.agent.xml @@ -105,9 +105,9 @@ Show numbered command list List all available agents with their capabilities Transform into a specific agent - Enter group chat with all agents + Enter group chat with all agents simultaneously - Push agent to perform advanced elicitation + Push agent to perform advanced elicitation Exit current session \ No newline at end of file diff --git a/src/core/workflows/party-mode/workflow.yaml b/src/core/workflows/party-mode/workflow.yaml index c15e395b..cc04be7c 100644 --- a/src/core/workflows/party-mode/workflow.yaml +++ b/src/core/workflows/party-mode/workflow.yaml @@ -21,7 +21,9 @@ web_bundle: name: "party-mode" description: "Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations" author: "BMad" - instructions: "bmad/core/workflows/party-mode/instructions.md" - agent_manifest: "bmad/_cfg/agent-manifest.csv" + instructions: "{bmad_folder}/core/workflows/party-mode/instructions.md" + agent_manifest: "{bmad_folder}/_cfg/agent-manifest.csv" web_bundle_files: - "{bmad_folder}/core/workflows/party-mode/workflow.xml" + - "{bmad_folder}/core/workflows/party-mode/instructions.md" + - "{bmad_folder}/_cfg/agent-manifest.csv"