1.7 KiB
1.7 KiB
Implementation Plan: Archive Completed Tracks (2026-05 to 2026-06)
Phase 1: Directory Migration [checkpoint: 594f14f]
Focus: Move 39 completed track directories from conductor/tracks/ to conductor/archive/ using git mv.
- Task 1.1: Pre-checkpoint -
git add . - Task 1.2: Create
conductor/tracks/archive_completed_tracks_20260603/(metadata, plan, spec, index) - Task 1.3:
git mv39 directories (atomic single shell call) - Task 1.4: Verify directory count drops from 55 to 16 in
tracks/ - Task 1.N: Atomic commit with git note (
594f14f)
Phase 2: Registry Consolidation [checkpoint: 56ea316]
Focus: Update conductor/tracks.md to consolidate the 14 "Earlier Archives" entries into a new "Recent Completed Tracks (2026-05+)" section with archive/ link paths.
- Task 2.1: Add new section header to
tracks.md - Task 2.2: Move 14 entries from "Earlier Archives" into the new section
- Task 2.3: Update all
./tracks/<name>to./archive/<name>in those 14 entries - Task 2.4: Verify all 14 new links resolve
- Task 2.N: Atomic commit with git note (
56ea316)
Phase 3: Link Repair [checkpoint: b87742e]
Focus: Full link integrity scan revealed 25 broken links in Phase 5/6/Hot Reload sections that weren't covered in Phase 2.
- Task 3.1: Full link integrity scan across tracks.md
- Task 3.2: Fix 25 broken links in Phase 5 (12), Phase 6 (12), Hot Reload (1)
- Task 3.3: Re-verify all 81 local links resolve
- Task 3.N: Atomic commit with git note (
b87742e)
Phase 4: Final Checkpoint
- Task 4.1: Final directory + link audit
- Task 4.2: conductor(checkpoint) commit
- Task 4.3: Attach audit report as git note