mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
standardize custom agent workflow and module output, and improve module folder selection
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
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."
|
||||
|
||||
@@ -18,10 +21,10 @@ document_output_language:
|
||||
|
||||
output_folder:
|
||||
prompt: "Where should AI generated artifacts be saved across all modules?"
|
||||
default: "docs"
|
||||
default: "bmad-output"
|
||||
result: "{project-root}/{value}"
|
||||
|
||||
agent_sidecar_folder:
|
||||
prompt: "Where should users agent sidecar memory folders be stored?"
|
||||
default: "_bmad-user-memory"
|
||||
bmad_memory:
|
||||
prompt: "Some agents will record their own memories and history. Where should these be stored?"
|
||||
default: "_bmad/_memory"
|
||||
result: "{project-root}/{value}"
|
||||
|
||||
Reference in New Issue
Block a user