From b70658c27a0441ef3b0ab535a15e9cbc6a46de11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C6=B0=C6=A1ng=20B=E1=BA=A3o=20Duy?= Date: Wed, 10 Sep 2025 23:55:34 +0700 Subject: [PATCH] the command of bmad-method need to run with agent `build` --- tools/installer/lib/ide-setup.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/installer/lib/ide-setup.js b/tools/installer/lib/ide-setup.js index 44fdbe0a..faffb939 100644 --- a/tools/installer/lib/ide-setup.js +++ b/tools/installer/lib/ide-setup.js @@ -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}