From a960f3b3d0c3e5127aa08b70e0bdd0ed955e26ca Mon Sep 17 00:00:00 2001 From: Ed_ Date: Fri, 6 Mar 2026 13:06:12 -0500 Subject: [PATCH] docs(conductor): Synchronize docs for track 'Concurrent Tier Source Isolation' --- conductor/tech-stack.md | 1 + 1 file changed, 1 insertion(+) diff --git a/conductor/tech-stack.md b/conductor/tech-stack.md index 1690d52..0e34a2f 100644 --- a/conductor/tech-stack.md +++ b/conductor/tech-stack.md @@ -41,6 +41,7 @@ - **ApiHookClient:** A dedicated IPC client for automated GUI interaction and state inspection. - **mma-exec / mma.ps1:** Python-based execution engine and PowerShell wrapper for managing the 4-Tier MMA hierarchy and automated documentation mapping. - **dag_engine.py:** A native Python utility implementing `TrackDAG` and `ExecutionEngine` for dependency resolution, cycle detection, transitive blocking propagation, and programmable task execution loops. +- **Thread-Local Context Isolation:** Utilizes `threading.local()` for managing per-thread AI client context (e.g., source tier tagging), ensuring thread safety during concurrent multi-agent execution. ## Architectural Patterns