Private
Public Access
0
0

conductor(plan): update task status - 5 done, 6 deferred pending live_gui

This commit is contained in:
2026-06-05 12:43:33 -04:00
parent c96bdb06ba
commit 1c6919aafc
2 changed files with 48 additions and 0 deletions
@@ -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
@@ -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