fix: update file paths in agent and workflow configurations to use {bmad_folder} variable (#917)
This commit is contained in:
parent
94d01961f3
commit
4aed5a1193
|
|
@ -105,9 +105,9 @@
|
||||||
<item cmd="*help">Show numbered command list</item>
|
<item cmd="*help">Show numbered command list</item>
|
||||||
<item cmd="*list-agents">List all available agents with their capabilities</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="*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_folder}/core/workflows/party-mode/workflow.yaml">Enter group chat with all agents
|
||||||
simultaneously</item>
|
simultaneously</item>
|
||||||
<item cmd="*advanced-elicitation" task="bmad/core/tasks/advanced-elicitation.xml">Push agent to perform advanced elicitation</item>
|
<item cmd="*advanced-elicitation" task="{bmad_folder}/core/tasks/advanced-elicitation.xml">Push agent to perform advanced elicitation</item>
|
||||||
<item cmd="*exit">Exit current session</item>
|
<item cmd="*exit">Exit current session</item>
|
||||||
</menu>
|
</menu>
|
||||||
</agent>
|
</agent>
|
||||||
|
|
@ -21,7 +21,9 @@ 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_folder}/core/workflows/party-mode/instructions.md"
|
||||||
agent_manifest: "bmad/_cfg/agent-manifest.csv"
|
agent_manifest: "{bmad_folder}/_cfg/agent-manifest.csv"
|
||||||
web_bundle_files:
|
web_bundle_files:
|
||||||
- "{bmad_folder}/core/workflows/party-mode/workflow.xml"
|
- "{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