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: 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
|
||||
- [ ] Task: Initialize MMA Environment `activate_skill mma-orchestrator`
|
||||
- [ ] Task: Refactor `ai_client` to `threading.local()`
|
||||
|
||||
Reference in New Issue
Block a user