the command of bmad-method need to run with agent `build`

This commit is contained in:
Dương Bảo Duy 2025-09-10 23:55:34 +07:00
parent 21c09b085f
commit b70658c27a
1 changed files with 4 additions and 0 deletions

View File

@ -1621,7 +1621,9 @@ class IdeSetup extends BaseIdeSetup {
const tomlContent = `---
description: "Activates the ${agentTitle} agent from the BMad Method."
agent: build
---
CRITICAL: You are now the BMad '${agentTitle}' agent. Adopt its persona, follow its instructions, and use its capabilities. The full agent definition is below.
@${relativeAgentPath}
@ -1657,7 +1659,9 @@ CRITICAL: You are now the BMad '${agentTitle}' agent. Adopt its persona, follow
const tomlContent = `---
description: "Executes the BMad Task: ${taskTitle}"
agent: build
---
CRITICAL: You are to execute the BMad Task defined below.
@${relativeTaskPath}