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:
Brian Madison
2025-12-06 17:11:40 -06:00
parent 8d044f8c3e
commit ba2c81263b
5 changed files with 6 additions and 3507 deletions

View File

@@ -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"