From beb0feb00c3950374427ea89c360963615eac650 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Tue, 3 Mar 2026 23:02:14 -0500 Subject: [PATCH] docs(conductor): Synchronize docs for track 'Test Suite Stabilization & Consolidation' --- conductor/tech-stack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conductor/tech-stack.md b/conductor/tech-stack.md index c250e2c..2231d73 100644 --- a/conductor/tech-stack.md +++ b/conductor/tech-stack.md @@ -37,7 +37,7 @@ - **psutil:** For system and process monitoring (CPU/Memory telemetry). - **uv:** An extremely fast Python package and project manager. - **pytest:** For unit and integration testing, leveraging custom fixtures for live GUI verification. -- **Taxonomy & Artifacts:** Enforces a clean root by redirecting session logs to `logs/sessions/`, sub-agent logs to `logs/agents/`, and error logs to `logs/errors/`. Temporary test data is siloed in `tests/artifacts/`. +- **Taxonomy & Artifacts:** Enforces a clean root by redirecting session logs to `logs/sessions/`, sub-agent logs to `logs/agents/`, and error logs to `logs/errors/`. Temporary test data and test logs are siloed in `tests/artifacts/` and `tests/logs/`. - **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.