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
+6 -1
View File
@@ -32,7 +32,7 @@ This file tracks all major tracks for the project. Each track has its own detail
*Link: [./tracks/beads_mode_20260309/](./tracks/beads_mode_20260309/)* *Link: [./tracks/beads_mode_20260309/](./tracks/beads_mode_20260309/)*
*Goal: Integrate Beads (git-backed graph issue tracker) as an alternative backend for MMA implementation tracks and tickets.* *Goal: Integrate Beads (git-backed graph issue tracker) as an alternative backend for MMA implementation tracks and tickets.*
7. [~] **Track: Optimization pass for Data-Oriented Python heuristics** 7. [x] **Track: Optimization pass for Data-Oriented Python heuristics**
*Link: [./tracks/data_oriented_optimization_20260312/](./tracks/data_oriented_optimization_20260312/)* *Link: [./tracks/data_oriented_optimization_20260312/](./tracks/data_oriented_optimization_20260312/)*
8. [x] **Track: Rich Thinking Trace Handling** - *Parse and display AI thinking/reasoning traces* 8. [x] **Track: Rich Thinking Trace Handling** - *Parse and display AI thinking/reasoning traces*
@@ -208,6 +208,11 @@ This file tracks all major tracks for the project. Each track has its own detail
- [x] **Track: Test Integrity Audit & Intent Documentation** - [x] **Track: Test Integrity Audit & Intent Documentation**
- [x] **Track: Test Regression Verification** - [x] **Track: Test Regression Verification**
---
- [ ] **Track: Phase 4 Track Archival**
*Link: [./tracks/archive_phase_4_tracks_20260507/](./tracks/archive_phase_4_tracks_20260507/)*
### Phase 2: Strict Execution Queue (Completed 2026-03-06) ### Phase 2: Strict Execution Queue (Completed 2026-03-06)
*See: [./archive/strict_execution_queue_completed_20260306/](./archive/strict_execution_queue_completed_20260306/)* *See: [./archive/strict_execution_queue_completed_20260306/](./archive/strict_execution_queue_completed_20260306/)*
@@ -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/`.