diff --git a/conductor/tracks.md b/conductor/tracks.md index 1f8d2be3..c6e34b77 100644 --- a/conductor/tracks.md +++ b/conductor/tracks.md @@ -328,5 +328,12 @@ This file tracks all major tracks for the project. Each track has its own detail --- -- [ ] **Track: Implement Async Context Preview to fix UI hangs and add an 'Everything' Command Palette.** +- [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/)* +*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).*