fix(workflow): update paths for instructions and agent manifest in party mode
This commit is contained in:
parent
50f9a67c55
commit
9637e4f774
|
|
@ -21,7 +21,7 @@ web_bundle:
|
||||||
name: "party-mode"
|
name: "party-mode"
|
||||||
description: "Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations"
|
description: "Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations"
|
||||||
author: "BMad"
|
author: "BMad"
|
||||||
instructions: "bmad/core/workflows/party-mode/instructions.md"
|
instructions: ".bmad/core/workflows/party-mode/instructions.md"
|
||||||
agent_manifest: "bmad/_cfg/agent-manifest.csv"
|
agent_manifest: ".bmad/_cfg/agent-manifest.csv"
|
||||||
web_bundle_files:
|
web_bundle_files:
|
||||||
- ".bmad/core/workflows/party-mode/workflow.xml"
|
- ".bmad/core/workflows/party-mode/instructions.md"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue