From 56ea316afac29bc34a25189f61e13c13e7dcecbc Mon Sep 17 00:00:00 2001 From: Ed_ Date: Wed, 3 Jun 2026 00:14:45 -0400 Subject: [PATCH] conductor(tracks): consolidate 'Earlier Archives' into 'Recent Completed Tracks (2026-05+)' with archive/ links --- conductor/tracks.md | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/conductor/tracks.md b/conductor/tracks.md index 4d7629db..e9bbde37 100644 --- a/conductor/tracks.md +++ b/conductor/tracks.md @@ -262,81 +262,83 @@ This file tracks all major tracks for the project. Each track has its own detail --- -### Earlier Archives +### Recent Completed Tracks (2026-05+) + +*Archived 2026-06-03 via `archive_completed_tracks_20260603`. All directories moved from `tracks/` to `archive/`.* - [x] **Track: Robust Live Simulation Verification** --- - [x] **Track: Fix GUI Crashes in Tool Preset Manager and Discussion Hub** -*Link: [./tracks/gui_crash_fixes_20260531/](./tracks/gui_crash_fixes_20260531/)* +*Link: [./archive/gui_crash_fixes_20260531/](./archive/gui_crash_fixes_20260531/)* --- - [x] **Track: Fix `keys_down` AttributeError in ImGui IO** -*Link: [./tracks/fix_imgui_keys_down_20260601/](./tracks/fix_imgui_keys_down_20260601/)* +*Link: [./archive/fix_imgui_keys_down_20260601/](./archive/fix_imgui_keys_down_20260601/)* --- - [x] **Track: Selectable Thinking Monologs** -*Link: [./tracks/selectable_thinking_monologs_20260601/](./tracks/selectable_thinking_monologs_20260601/)* +*Link: [./archive/selectable_thinking_monologs_20260601/](./archive/selectable_thinking_monologs_20260601/)* --- - [x] **Track: Fix MiniMax history sequencing and truncation** -*Link: [./tracks/minimax_history_fix_20260601/](./tracks/minimax_history_fix_20260601/)* +*Link: [./archive/minimax_history_fix_20260601/](./archive/minimax_history_fix_20260601/)* --- - [x] **Track: Preserve context selection on discussion switch and add empty context warning** -*Link: [./tracks/context_preservation_and_warnings_20260601/](./tracks/context_preservation_and_warnings_20260601/)* +*Link: [./archive/context_preservation_and_warnings_20260601/](./archive/context_preservation_and_warnings_20260601/)* --- - [x] **Track: Fix Text Viewer docking conflicts and Tool Call row click interactivity** -*Link: [./tracks/text_viewer_and_tool_call_fixes_20260601/](./tracks/text_viewer_and_tool_call_fixes_20260601/)* +*Link: [./archive/text_viewer_and_tool_call_fixes_20260601/](./archive/text_viewer_and_tool_call_fixes_20260601/)* --- - [x] **Track: UX Refinements for Context Composition and Discussion Entries** -*Link: [./tracks/context_composition_ux_20260601/](./tracks/context_composition_ux_20260601/)* +*Link: [./archive/context_composition_ux_20260601/](./archive/context_composition_ux_20260601/)* --- - [x] **Track: Combine AST Inspector and Slices Editor into a unified Structural File Editor** -*Link: [./tracks/structural_file_editor_20260601/](./tracks/structural_file_editor_20260601/)* +*Link: [./archive/structural_file_editor_20260601/](./archive/structural_file_editor_20260601/)* --- - [x] **Track: Add per-response token metrics and AI-assisted history compression** -*Link: [./tracks/discussion_metrics_and_compression_20260601/](./tracks/discussion_metrics_and_compression_20260601/)* +*Link: [./archive/discussion_metrics_and_compression_20260601/](./archive/discussion_metrics_and_compression_20260601/)* --- - [x] **Track: Fix Approve Modal sizing and inline full preview** -*Link: [./tracks/approve_modal_ux_20260601/](./tracks/approve_modal_ux_20260601/)* +*Link: [./archive/approve_modal_ux_20260601/](./archive/approve_modal_ux_20260601/)* --- - [x] **Track: Phase 7 Stabilization and Polishing (Regressions Fix)** -*Link: [./tracks/phase7_stabilization_and_polishing_20260601/](./tracks/phase7_stabilization_and_polishing_20260601/)* +*Link: [./archive/phase7_stabilization_and_polishing_20260601/](./archive/phase7_stabilization_and_polishing_20260601/)* --- - [x] **Track: Phase 7 Monolithic Stabilization (Final Cleanup)** -*Link: [./tracks/phase7_monolithic_stabilization_20260602/](./tracks/phase7_monolithic_stabilization_20260602/)* +*Link: [./archive/phase7_monolithic_stabilization_20260602/](./archive/phase7_monolithic_stabilization_20260602/)* --- - [x] **Track: Implement Async Context Preview to fix UI hangs and add an 'Everything' Command Palette.** -*Link: [./tracks/command_palette_and_performance_20260602/](./tracks/command_palette_and_performance_20260602/)* +*Link: [./archive/command_palette_and_performance_20260602/](./archive/command_palette_and_performance_20260602/)* *Goal: Async context preview offload (background thread, state lock) + Command Palette (32 commands, fuzzy search, Ctrl+Shift+P, Up/Down/Enter nav, 13 unit + 7 live_gui tests). Phases 1-3 complete.* --- - [x] **Track: Comprehensive Documentation Refresh** -*Link: [./tracks/documentation_refresh_comprehensive_20260602/](./tracks/documentation_refresh_comprehensive_20260602/)* -*Goal: Refresh stale documentation across `docs/`. Completed: ASCII file tree updates (`docs/Readme.md` + `Readme.md` 5→14 guides, 22→53 src modules), `docs/guide_testing.md` (new, comprehensive 251-file test suite reference), 7 per-source-file guides (`guide_gui_2.md`, `guide_ai_client.md`, `guide_api_hooks.md`, `guide_mcp_client.md`, `guide_app_controller.md`, `guide_multi_agent_conductor.md`, `guide_models.md`). All 14 guides cross-linked. Gap analysis: [./tracks/documentation_refresh_comprehensive_20260602/gap_analysis.md](./tracks/documentation_refresh_comprehensive_20260602/gap_analysis.md).* +*Link: [./archive/documentation_refresh_comprehensive_20260602/](./archive/documentation_refresh_comprehensive_20260602/)* +*Goal: Refresh stale documentation across `docs/`. Completed: ASCII file tree updates (`docs/Readme.md` + `Readme.md` 5→14 guides, 22→53 src modules), `docs/guide_testing.md` (new, comprehensive 251-file test suite reference), 7 per-source-file guides (`guide_gui_2.md`, `guide_ai_client.md`, `guide_api_hooks.md`, `guide_mcp_client.md`, `guide_app_controller.md`, `guide_multi_agent_conductor.md`, `guide_models.md`). All 14 guides cross-linked. Gap analysis: [./archive/documentation_refresh_comprehensive_20260602/gap_analysis.md](./archive/documentation_refresh_comprehensive_20260602/gap_analysis.md).* Sub-tracks (all checkpointed): - [x] **Sub-Track 1: Docs Layer Refresh** `[checkpoint: 20225c8]` — 18 per-file atomic commits. 15 guides (8 refreshed + 7 new), Subsystem Index (24 entries), 106 cross-links all resolve, symbol parity fixed (`apply_nerv_theme` -> `apply_nerv`).