chore(conductor): Add new track 'Review and archive all completed from phase 4.'

This commit is contained in:
2026-05-07 21:35:39 -04:00
parent 86fa1dd67d
commit 49acb884e1
5 changed files with 60 additions and 1 deletions
@@ -0,0 +1,5 @@
# Track archive_phase_4_tracks_20260507 Context
- [Specification](./spec.md)
- [Implementation Plan](./plan.md)
- [Metadata](./metadata.json)
@@ -0,0 +1,8 @@
{
"track_id": "archive_phase_4_tracks_20260507",
"type": "chore",
"status": "new",
"created_at": "2026-05-07T14:00:00Z",
"updated_at": "2026-05-07T14:00:00Z",
"description": "Review and archive all completed from phase 4."
}
@@ -0,0 +1,13 @@
# Implementation Plan: Phase 4 Track Archival (archive_phase_4_tracks_20260507)
## Phase 1: Directory Migration
- [ ] Task: Identify and list all completed Phase 4 track directories.
- [ ] Task: Move identified track directories from `conductor/tracks/` to `conductor/archive/`.
- [ ] Task: Conductor - User Manual Verification 'Directory Migration' (Protocol in workflow.md)
## Phase 2: Registry Update
- [ ] Task: Create 'Phase 4 Archive' section in `conductor/tracks.md`.
- [ ] Task: Move track entries from Phase 4 sections to 'Phase 4 Archive' section.
- [ ] Task: Update track links in `conductor/tracks.md` to point to the `archive/` directory.
- [ ] Task: Verify link integrity in `conductor/tracks.md` (manual or via script).
- [ ] Task: Conductor - User Manual Verification 'Registry Update' (Protocol in workflow.md)
@@ -0,0 +1,28 @@
# Specification: Phase 4 Track Archival (archive_phase_4_tracks_20260507)
## Overview
This track involves archiving all completed tracks from Phase 4 to maintain a clean and focused `tracks.md` registry and `tracks/` directory.
## Scope
- **Target Tracks:** All tracks under "Phase 4: High-Fidelity UX & Tools" in `conductor/tracks.md` that are marked as completed `[x]`.
- **Destination:** `conductor/archive/<track_id>/`.
- **Registry Update:** `conductor/tracks.md`.
## Functional Requirements
1. **Directory Migration:**
- Move each completed Phase 4 track directory from `conductor/tracks/` to `conductor/archive/`.
2. **Registry Reorganization:**
- Create a new section in `conductor/tracks.md` titled "Phase 4 Archive".
- Move all completed Phase 4 track entries (text and links) from their current locations in `tracks.md` to this new section.
- Update the links for these tracks to point to the new location: `[./archive/<track_id>/](./archive/<track_id>/)`.
## Non-Functional Requirements
- Maintain link integrity within `tracks.md`.
- Ensure no active or incomplete tracks are accidentally moved.
## Acceptance Criteria
- [ ] All completed Phase 4 track directories are present in `conductor/archive/`.
- [ ] No completed Phase 4 track directories remain in `conductor/tracks/`.
- [ ] `conductor/tracks.md` has a "Phase 4 Archive" section containing all moved tracks.
- [ ] All links in the new "Phase 4 Archive" section are functional and point to the correct subdirectories in `archive/`.
- [ ] Active Phase 4 tracks remain in their original sections and point to `tracks/`.