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:
2026-03-05 09:35:03 -05:00
parent d863c51da3
commit e21cd64833
3 changed files with 6 additions and 0 deletions

View File

@@ -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()`