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:
parent
03fbd2ae24
commit
8a75c90d9c
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue