27 lines
779 B
YAML
27 lines
779 B
YAML
# BMAD™ Method Core Configuration
|
|
|
|
code: bmb
|
|
name: "BMB: BMad Builder - Agent, Workflow and Module Builder"
|
|
default_selected: false # This module will not be selected by default for new installations
|
|
|
|
prompt: "Happy Building - Build the Modules, Workflows and Agents of your dreams."
|
|
# Variables from Core Config inserted:
|
|
## user_name
|
|
## communication_language
|
|
## output_folder
|
|
|
|
custom_agent_location:
|
|
prompt: "Where do custom agents get created?"
|
|
default: "bmad/agents"
|
|
result: "{project-root}/{value}"
|
|
|
|
custom_workflow_location:
|
|
prompt: "Where do custom workflows get stored?"
|
|
default: "bmad/workflows"
|
|
result: "{project-root}/{value}"
|
|
|
|
custom_module_location:
|
|
prompt: "Where do custom modules get stored?"
|
|
default: "bmad"
|
|
result: "{project-root}/{value}"
|