fix(core): correct party mode workflow path

The `*party-mode` command was incorrectly pointing to a product brief analysis workflow. This change updates the path to the correct `party-mode/workflow.yaml`, restoring the intended functionality.
This commit is contained in:
Daniel Dabrowski 2025-11-11 13:29:19 +01:00
parent 03fbd2ae24
commit 8a75c90d9c
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@
<item cmd="*help">Show numbered command list</item>
<item cmd="*list-agents">List all available agents with their capabilities</item>
<item cmd="*agents [agent-name]">Transform into a specific agent</item>
<item cmd="*party-mode" workflow="bmad/bmm/workflows/1-analysis/product-brief/workflow.yaml">Enter group chat with all agents
<item cmd="*party-mode" workflow="bmad/core/workflows/party-mode/workflow.yaml">Enter group chat with all agents
simultaneously</item>
<item cmd="*adv-elicit" task="bmad/core/tasks/adv-elict.xml">Push agent to perform advanced elicitation</item>
<item cmd="*exit">Exit current session</item>