Private
Public Access
0
0

conductor(index): v2 active, v1 + regression_fixes now in recently-shipped

This commit is contained in:
2026-06-05 22:12:34 -04:00
parent 70c18f92c3
commit 8b83c5d0b7
+3 -1
View File
@@ -17,7 +17,9 @@
- [Tracks Registry](./tracks.md) — All tracks (active, planned, archived)
- [Tracks Directory](./tracks/) — Per-track spec.md, plan.md, metadata.json
- [Active Track: 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). Follow-up track needed for ~5 remaining live_gui tests.
- [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 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).
Last comprehensive doc refresh: 2026-06-05 (24 guide_*.md files; the Guides table in [docs/Readme.md](../docs/Readme.md) lists 23 entries — `guide_docker_deployment` is unindexed pending theme for it). 8 new guides added in the 2026-06-02 docs layer refresh: testing + 7 per-source-file references. Latest addition: `guide_themes.md` (2026-06-04, multi_themes_20260604 ship). See [docs/Readme.md](../docs/Readme.md) for the full index.