remove dead and unused functionality - the web bundler will be replaced

This commit is contained in:
Brian Madison
2025-12-13 14:06:35 +08:00
parent ed0defbe08
commit e6f911d791
13 changed files with 12 additions and 2498 deletions

View File

@@ -2,31 +2,26 @@ header: "BMAD™ Core Configuration"
subheader: "Configure the core settings for your BMAD™ installation.\nThese settings will be used across all modules and agents."
user_name:
prompt: "What shall the agents call you?"
prompt: "What shall the agents call you (TIP: Use a team name if using with a group)?"
default: "BMad"
result: "{value}"
communication_language:
prompt: "Preferred Chat Language/Style? (English, Mandarin, English Pirate, etc...)"
prompt: "Preferred chat language/style? (English, Mandarin, English Pirate, etc...)"
default: "English"
result: "{value}"
document_output_language:
prompt: "Preferred Document Output Language?"
prompt: "Preferred document output language?"
default: "{communication_language}"
result: "{value}"
output_folder:
prompt: "Where should AI generated artifacts be saved across all modules?"
default: "docs"
result: "{project-root}/{value}"
agent_sidecar_folder:
prompt: "Where should users agent sidecar memory folders be stored?"
default: ".bmad-user-memory"
result: "{project-root}/{value}"
output_folder:
prompt: "Where should AI Generated Artifacts be saved across all modules?"
default: "docs"
result: "{project-root}/{value}"
install_user_docs:
prompt: "Install user documentation and optimized agent intelligence to each selected modules docs folder?"
default: true
result: "{value}"