docs: Update remaining track plans with test architecture debt warnings
- Add test debt notes to concurrent_tier, manual_ux, and async_tool tracks to guide testing strategies away from live_gui where appropriate.
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
# Implementation Plan: Asynchronous Tool Execution Engine (async_tool_execution_20260303)
|
# Implementation Plan: Asynchronous Tool Execution Engine (async_tool_execution_20260303)
|
||||||
|
|
||||||
|
> **TEST DEBT FIX:** Due to ongoing test architecture instability (documented in `test_architecture_integrity_audit_20260304`), do NOT write new `live_gui` integration tests for this track. Use purely in-process mocks to verify concurrency logic.
|
||||||
|
|
||||||
## Phase 1: Engine Refactoring
|
## Phase 1: Engine Refactoring
|
||||||
- [ ] Task: Initialize MMA Environment `activate_skill mma-orchestrator`
|
- [ ] Task: Initialize MMA Environment `activate_skill mma-orchestrator`
|
||||||
- [ ] Task: Refactor `mcp_client.py` for async execution
|
- [ ] Task: Refactor `mcp_client.py` for async execution
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# Implementation Plan: Concurrent Tier Source Isolation (concurrent_tier_source_tier_20260302)
|
# Implementation Plan: Concurrent Tier Source Isolation (concurrent_tier_source_tier_20260302)
|
||||||
|
|
||||||
|
> **TEST DEBT FIX:** Due to ongoing test architecture instability (documented in `test_architecture_integrity_audit_20260304`), do NOT write new `live_gui` integration tests for this track. Rely strictly on in-process `unittest.mock` for `ai_client` concurrency verification.
|
||||||
|
|
||||||
## Phase 1: Thread-Local Context Refactoring
|
## Phase 1: Thread-Local Context Refactoring
|
||||||
- [ ] Task: Initialize MMA Environment `activate_skill mma-orchestrator`
|
- [ ] Task: Initialize MMA Environment `activate_skill mma-orchestrator`
|
||||||
- [ ] Task: Refactor `ai_client` to `threading.local()`
|
- [ ] Task: Refactor `ai_client` to `threading.local()`
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# Implementation Plan: Manual UX Validation & Polish (manual_ux_validation_20260302)
|
# Implementation Plan: Manual UX Validation & Polish (manual_ux_validation_20260302)
|
||||||
|
|
||||||
|
> **TEST DEBT NOTE:** This track is explicitly manual/visual and naturally bypasses the current `live_gui` automated testing debt (documented in `test_architecture_integrity_audit_20260304`).
|
||||||
|
|
||||||
## Phase 1: Observation Harness Setup
|
## Phase 1: Observation Harness Setup
|
||||||
- [ ] Task: Initialize MMA Environment `activate_skill mma-orchestrator`
|
- [ ] Task: Initialize MMA Environment `activate_skill mma-orchestrator`
|
||||||
- [ ] Task: Create Slow-Mode Simulation
|
- [ ] Task: Create Slow-Mode Simulation
|
||||||
|
|||||||
Reference in New Issue
Block a user