Compare commits
4 Commits
bc3e0b832e
...
bc0215d849
| Author | SHA1 | Date |
|---|---|---|
|
|
bc0215d849 | |
|
|
82411feef3 | |
|
|
740662350a | |
|
|
ab41b23751 |
|
|
@ -2,7 +2,7 @@ code: core
|
||||||
name: "BMad Core Module"
|
name: "BMad Core Module"
|
||||||
|
|
||||||
header: "BMad Core Configuration"
|
header: "BMad Core Configuration"
|
||||||
subheader: "Configure the core settings for your BMad installation.\nThese settings will be used across all installed bmad skills, workflows, and agents."
|
subheader: "Configure the core settings for your BMad installation.\nThese settings will be used across all modules and agents."
|
||||||
|
|
||||||
user_name:
|
user_name:
|
||||||
prompt: "What should agents call you? (Use your name or a team name)"
|
prompt: "What should agents call you? (Use your name or a team name)"
|
||||||
|
|
@ -23,13 +23,3 @@ 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}"
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue