fix(workflow): correct agent manifest path in party mode workflow
This commit is contained in:
parent
f3f8c49a4f
commit
57f559cbcd
|
|
@ -22,7 +22,7 @@ web_bundle:
|
|||
description: "Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations"
|
||||
author: "BMad"
|
||||
instructions: "{bmad_folder}/core/workflows/party-mode/instructions.md"
|
||||
agent_manifest: "{bmad_folder/_cfg/agent-manifest.csv"
|
||||
agent_manifest: "{bmad_folder}/_cfg/agent-manifest.csv"
|
||||
web_bundle_files:
|
||||
- "{bmad_folder}/core/workflows/party-mode/instructions.md"
|
||||
- "{bmad_folder}/_cfg/agent-manifest.csv"
|
||||
|
|
|
|||
Loading…
Reference in New Issue