feat(migration): Add script to consolidate legacy logs and artifacts

This commit is contained in:
2026-03-01 09:06:07 -05:00
parent 32f7a13fa8
commit 61d513ad08
2 changed files with 61 additions and 1 deletions

View File

@@ -13,7 +13,7 @@
- [x] Task: Conductor - User Manual Verification 'Phase 2: App Logic Redirection' (Protocol in workflow.md) (6326546)
## Phase 3: Migration Script
- [ ] Task: Create `scripts/migrate_cruft.ps1` to identify and move existing files (e.g., `temp_*.toml`, `*.log`) from the root to their new locations.
- [~] Task: Create `scripts/migrate_cruft.ps1` to identify and move existing files (e.g., `temp_*.toml`, `*.log`) from the root to their new locations.
- [ ] Task: Test the migration script on a few dummy files.
- [ ] Task: Execute the migration script and verify the project root is clean.
- [ ] Task: Conductor - User Manual Verification 'Phase 3: Migration Script' (Protocol in workflow.md)