Private
Public Access
conductor(archive): move 39 completed tracks (2026-05 to 2026-06) to archive/
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# Implementation Plan: Archive Completed Tracks (2026-05 to 2026-06)
|
||||
|
||||
## Phase 1: Directory Migration
|
||||
Focus: Move 39 completed track directories from `conductor/tracks/` to `conductor/archive/` using `git mv`.
|
||||
|
||||
- [x] Task 1.1: Pre-checkpoint - `git add .`
|
||||
- [x] Task 1.2: Create `conductor/tracks/archive_completed_tracks_20260603/` (metadata, plan, spec, index)
|
||||
- [x] Task 1.3: `git mv` 39 directories (atomic single shell call)
|
||||
- [x] Task 1.4: Verify directory count drops from 55 to 16 in `tracks/`
|
||||
- [x] Task 1.N: Atomic commit with git note
|
||||
|
||||
## Phase 2: Registry Consolidation
|
||||
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
|
||||
|
||||
## Phase 3: Final Verification
|
||||
- [ ] Task 3.1: Directory count check (16 in tracks, 39 new in archive this run + ~115 existing = 154)
|
||||
- [ ] Task 3.2: Link integrity check across full `tracks.md`
|
||||
- [ ] Task 3.N: Checkpoint commit with audit summary
|
||||
Reference in New Issue
Block a user