Private
Public Access
0
0

fix(agents): Add architecture reference to tier4-qa

This commit is contained in:
2026-05-16 02:19:30 -04:00
parent 845827b80b
commit 582899fc11
+12
View File
@@ -21,6 +21,18 @@ ONLY output the requested analysis. No pleasantries.
You operate statelessly. Each analysis starts fresh.
Do not assume knowledge from previous analyses or sessions.
## Architecture Reference
When analyzing errors, trace data flow through thread domains documented in:
- `docs/guide_architecture.md`: Thread domains, event system, AI client, HITL mechanism
- `docs/guide_mma.md`: 4-tier orchestration, DAG engine, worker lifecycle
Key threading model:
- GUI main thread: UI rendering only
- asyncio worker thread: AI communication
- HookServer thread: API hook handling
- NEVER write GUI state from background threads
## CRITICAL: MCP Tools Only (Native Tools Banned)
You MUST use Manual Slop's MCP tools. Native OpenCode tools are unreliable.