Commit Graph

7 Commits

Author SHA1 Message Date
Ed_
d577457330 conductor(plan): Close track context_token_viz_20260301 — all phases verified 2026-03-02 11:39:10 -05:00
Ed_
2929a64b34 conductor(plan): Mark Phase 3 tasks 3.1-3.2 complete [context_token_viz_20260301] 6f18102 2026-03-02 11:27:16 -05:00
Ed_
6f18102863 feat(token-viz): Phase 3 — auto-refresh triggers and /api/gui/token_stats endpoint 2026-03-02 11:27:00 -05:00
Ed_
7b5d9b1212 feat(token-viz): Phase 2 — trim warning, Gemini/Anthropic cache status display 2026-03-02 11:23:57 -05:00
Ed_
9ae6f9da05 conductor(plan): Mark Phase 1 tasks complete [context_token_viz_20260301] 5bfb20f 2026-03-02 11:16:54 -05:00
Ed_
5bfb20f06f feat(token-viz): Phase 1 — token budget panel with color bar and breakdown table 2026-03-02 11:16:32 -05:00
Ed_
0d2b6049d1 conductor: Create 3 MVP tracks with surgical specs from full codebase analysis
Three new tracks identified by analyzing product.md requirements against
actual codebase state using 1M-context Opus with all architecture docs loaded:

1. mma_pipeline_fix_20260301 (P0, blocker):
   - Diagnoses why Tier 3 worker output never reaches mma_streams in GUI
   - Identifies 4 root cause candidates: positional arg ordering, asyncio.Queue
     thread-safety violation, ai_client.reset_session() side effects, token
     stats stub returning empty dict
   - 2 phases, 6 tasks with exact line references

2. simulation_hardening_20260301 (P1, depends on pipeline fix):
   - Addresses 3 documented issues from robust_live_simulation session compression
   - Mock triggers wrong approval popup, popup state desync, approval ambiguity
   - 3 phases, 9 tasks including standalone mock test suite

3. context_token_viz_20260301 (P2):
   - Builds UI for product.md primary use case #2 'Context & Memory Management'
   - Backend already complete (get_history_bleed_stats, 140 lines)
   - Token budget bar, proportion breakdown, trimming preview, cache status
   - 3 phases, 10 tasks

Execution order: pipeline_fix -> simulation_hardening -> gui_ux (parallel w/ token_viz)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-01 09:58:34 -05:00