From 008179360f05cbf2a6be728bcb3c7a372c52770f Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sat, 6 Jun 2026 01:30:03 -0400 Subject: [PATCH] conductor(index): v2 recently shipped, all 4 live_gui failures resolved --- conductor/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conductor/index.md b/conductor/index.md index 056a01ea..6617c930 100644 --- a/conductor/index.md +++ b/conductor/index.md @@ -17,7 +17,7 @@ - [Tracks Registry](./tracks.md) — All tracks (active, planned, archived) - [Tracks Directory](./tracks/) — Per-track spec.md, plan.md, metadata.json -- [Active Track: Live-GUI Test Hardening v2](./tracks/live_gui_test_hardening_v2_20260605/) — 4 failing live_gui tests (v1 unblocked 0 of 3 originally-failing). Deeper bug: App/Controller state sync (set_value goes to controller, save reads from app). Plus 1 NEW regression (`test_undo_redo_lifecycle` undo doesn't restore `ai_input`). Plus the deferred prior_session test (50+ mocks needed). +- [Recently Shipped: Live-GUI Test Hardening v2](./tracks/live_gui_test_hardening_v2_20260605/) — All 4 originally-failing live_gui tests now pass. Root cause was bad indentation in `src/gui_2.py:607` (`_capture_workspace_profile` was being parsed as nested inside `_apply_snapshot`); user fixed the indent. The `test_prior_session_no_pop_imbalance` test was refactored to call narrow `render_prior_session_view` (50+ mocks -> 20, runtime 5.79s -> 0.08s). - [Recently Shipped: Live-GUI Fragility Fixes v1](./tracks/regression_fixes_20260605/) — str/bytes sentinel fix (`ini=b""` -> `ini=""`) in `_capture_workspace_profile`; +1 new regression unit test (`tests/test_workspace_profile_serialization.py`). Did not unblock the live_gui tests due to deeper sync bug. - [Recently Shipped: Multi-Theme TOML System](./tracks/multi_themes_20260604/) — 8 new theme files, public API (`load_themes_from_disk`, `get_syntax_palette_for_theme`, `apply_syntax_palette`), color-callable convention. See [../docs/guide_themes.md](../docs/guide_themes.md) for the authoring guide. - [Recently Shipped: Test Regression Fixes (post multi-themes ship)](./tracks/regression_fixes_20260605/) — 11 of 21 failing tests fixed, root cause of remaining live_gui C-level crash identified (`_ini_capture_ready` defer-not-catch pattern).