Compare commits

..

1 Commits

Author SHA1 Message Date
AJ Côté 6c9c08391c
Merge b0318dab0c into 259e8a11ba 2026-03-05 21:19:39 -04:00
1 changed files with 10 additions and 0 deletions

View File

@ -23,3 +23,13 @@ output_folder:
prompt: "Where should output files be saved?" prompt: "Where should output files be saved?"
default: "_bmad-output" default: "_bmad-output"
result: "{project-root}/{value}" 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}"