From f0b7c8b7d6cac68bfd06caa9ce4b7316b99ef61e Mon Sep 17 00:00:00 2001 From: Ed_ Date: Wed, 10 Jun 2026 20:16:17 -0400 Subject: [PATCH] conductor(index): add Test Infrastructure Hardening to Recently Shipped New entry at the top of the Recently Shipped list, linking to the archive/ folder. Includes: - 314/314 green across all 11 tier batches - FR1-FR5 summary - 3 lineage tracks also archived - The 4 unblocked tracks - Link to the closing batch-green report --- conductor/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/conductor/index.md b/conductor/index.md index 6617c930..1386fb76 100644 --- a/conductor/index.md +++ b/conductor/index.md @@ -17,6 +17,7 @@ - [Tracks Registry](./tracks.md) — All tracks (active, planned, archived) - [Tracks Directory](./tracks/) — Per-track spec.md, plan.md, metadata.json +- [Recently Shipped: Test Infrastructure Hardening (2026-06-09/10)](./archive/test_infrastructure_hardening_20260609/) — 4-day test-hell saga closed. 8 phases, 60+ tasks, 314/314 tests green across all 11 tier batches. Fixes 3 root causes: FR1 subprocess health autouse, FR2 live_gui_workspace fixture (per-run timestamped under `tests/artifacts/`), FR3 `_sync_rag_engine` token+dirty coalescing. Plus FR4 set_value hook + FR5 clean_baseline marker. Lineage tracks also archived: `mma_tier_usage_reset_fix_20260610` (4 controller bug fixes), `rag_phase4_sync_fix_20260610` (4-part RAG dim-mismatch + rag_config reset), `workspace_path_finalize_20260609` (precursor). Unblocks `qwen_llama_grok`, `data_oriented_error_handling`, `data_structure_strengthening`, `mcp_architecture_refactor`. Closing report: [../docs/reports/test_infrastructure_hardening_batch_green_20260610.md](../docs/reports/test_infrastructure_hardening_batch_green_20260610.md). - [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.