fix(workflow): correct agent manifest path in party mode workflow

This commit is contained in:
Daniel Dabrowski 2025-11-11 21:58:27 +01:00
parent f3f8c49a4f
commit 57f559cbcd
1 changed files with 1 additions and 1 deletions

View File

@ -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"