From efc69ffb2c19f5cbf4667b6f4d3150ce917b2f9e Mon Sep 17 00:00:00 2001 From: Brian Madison Date: Sun, 1 Mar 2026 13:27:39 -0600 Subject: [PATCH] config for agent teams opt in and subagents opt out core config --- src/core/module.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/core/module.yaml b/src/core/module.yaml index 10596d862..5b1ff13ee 100644 --- a/src/core/module.yaml +++ b/src/core/module.yaml @@ -2,7 +2,7 @@ code: core name: "BMad Core Module" header: "BMad Core Configuration" -subheader: "Configure the core settings for your BMad installation.\nThese settings will be used across all modules and agents." +subheader: "Configure the core settings for your BMad installation.\nThese settings will be used across all installed bmad skills, workflows, and agents." user_name: prompt: "What should agents call you? (Use your name or a team name)" @@ -23,3 +23,13 @@ output_folder: prompt: "Where should output files be saved?" default: "_bmad-output" result: "{project-root}/{value}" + +tool_supports_subagents: + prompt: "Subagents are supported by the LLM or Tool I will be using?" + default: true + result: "{value}" + +tool_supports_agent_teams: + prompt: "Agent Teams are supported by the LLM or Tool I will be using?" + default: false + result: "{value}"