mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
remove: all legacy file cleanup functionality
- Removed scanForLegacyFiles, performCleanup, and related methods from installer.js - Removed --skip-cleanup option from install command - Deleted cleanup.js command file entirely - Simplified installation flow by removing cleanup prompts - All tests passing after removal
This commit is contained in:
@@ -23,7 +23,11 @@ document_output_language:
|
||||
default: "{communication_language}"
|
||||
result: "{value}"
|
||||
|
||||
# This is the folder where all generated AI Output documents from workflows will default be sa
|
||||
agent_sidecar_folder:
|
||||
prompt: "Where should agent sidecar folders be stored?"
|
||||
default: ".myagent-data"
|
||||
result: "{project-root}/{value}"
|
||||
|
||||
output_folder:
|
||||
prompt: "Where should AI Generated Artifacts be saved across all modules?"
|
||||
default: "docs"
|
||||
|
||||
Reference in New Issue
Block a user