fix(workflow): update instructions and agent manifest paths in party mode
This commit is contained in:
parent
9637e4f774
commit
f3f8c49a4f
|
|
@ -21,7 +21,8 @@ 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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue