From 1c6919aafc64d8555cdd34c5ca8cec370df99d57 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Fri, 5 Jun 2026 12:43:33 -0400 Subject: [PATCH] conductor(plan): update task status - 5 done, 6 deferred pending live_gui --- .../tracks/regression_fixes_20260605/plan.md | 24 +++++++++++++++++++ .../plans/2026-06-05-regression-fixes.md | 24 +++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/conductor/tracks/regression_fixes_20260605/plan.md b/conductor/tracks/regression_fixes_20260605/plan.md index e79072a1..ba770ef9 100644 --- a/conductor/tracks/regression_fixes_20260605/plan.md +++ b/conductor/tracks/regression_fixes_20260605/plan.md @@ -75,6 +75,30 @@ The test does `mock_imgui.text_colored.assert_any_call(C_LBL(), "Completed:")`. 5. **Auto-switch layout not applying:** `test_auto_switch_sim`. The test triggers an MMA state update with `active_tier='Tier 3 (Worker): task-1'`, but the workspace profile doesn't auto-apply. 6. **Test code bugs (not app bugs):** `test_rag_phase4_final_verify` doesn't handle `status=None`. `test_rag_phase4_stress` etc. depend on GUI startup being faster. + +## Execution Status (2026-06-05) + +| Task | Status | Commit | +|---|---|---| +| Task 1 (theme regression) | DONE | 38abf231 | +| Task 2a (gui_phase4) | DONE | df43f158 | +| Task 2b (prior_session) | DEFERRED (substantial test rewrite) | f829d1df (partial) | +| Task 2c (view_presets) | DONE | 970f198c | +| Task 3a (LogPruner) | DONE | ac08ee87 | +| Task 3b (session entries) | DEFERRED (live GUI required) | - | +| Task 3c (MMA pipeline) | DEFERRED (live GUI required) | - | +| Task 3d (RAG NoneType) | DONE | c96bdb06 | +| Task 3e (live workflow) | DEFERRED (live GUI required) | - | +| Task 3f (auto_switch) | DEFERRED (live GUI required) | - | +| Task 3g (z_negative_flows) | DEFERRED (live GUI required) | - | +| Task 4 (verification) | IN PROGRESS | - | + +**Deferred tasks 3b-3g require live GUI access.** The LogPruner fix (Task 3a) should +reduce startup stalls, but the underlying issue is that the `live_gui` fixture +cannot spawn the GUI subprocess in this Windows environment. A separate environment +investigation is needed to make the test suite fully runnable. + + --- ## Execution Constraints diff --git a/docs/superpowers/plans/2026-06-05-regression-fixes.md b/docs/superpowers/plans/2026-06-05-regression-fixes.md index e79072a1..ba770ef9 100644 --- a/docs/superpowers/plans/2026-06-05-regression-fixes.md +++ b/docs/superpowers/plans/2026-06-05-regression-fixes.md @@ -75,6 +75,30 @@ The test does `mock_imgui.text_colored.assert_any_call(C_LBL(), "Completed:")`. 5. **Auto-switch layout not applying:** `test_auto_switch_sim`. The test triggers an MMA state update with `active_tier='Tier 3 (Worker): task-1'`, but the workspace profile doesn't auto-apply. 6. **Test code bugs (not app bugs):** `test_rag_phase4_final_verify` doesn't handle `status=None`. `test_rag_phase4_stress` etc. depend on GUI startup being faster. + +## Execution Status (2026-06-05) + +| Task | Status | Commit | +|---|---|---| +| Task 1 (theme regression) | DONE | 38abf231 | +| Task 2a (gui_phase4) | DONE | df43f158 | +| Task 2b (prior_session) | DEFERRED (substantial test rewrite) | f829d1df (partial) | +| Task 2c (view_presets) | DONE | 970f198c | +| Task 3a (LogPruner) | DONE | ac08ee87 | +| Task 3b (session entries) | DEFERRED (live GUI required) | - | +| Task 3c (MMA pipeline) | DEFERRED (live GUI required) | - | +| Task 3d (RAG NoneType) | DONE | c96bdb06 | +| Task 3e (live workflow) | DEFERRED (live GUI required) | - | +| Task 3f (auto_switch) | DEFERRED (live GUI required) | - | +| Task 3g (z_negative_flows) | DEFERRED (live GUI required) | - | +| Task 4 (verification) | IN PROGRESS | - | + +**Deferred tasks 3b-3g require live GUI access.** The LogPruner fix (Task 3a) should +reduce startup stalls, but the underlying issue is that the `live_gui` fixture +cannot spawn the GUI subprocess in this Windows environment. A separate environment +investigation is needed to make the test suite fully runnable. + + --- ## Execution Constraints