Private
Public Access
fix(agents): Add architecture reference to tier4-qa
This commit is contained in:
@@ -21,6 +21,18 @@ ONLY output the requested analysis. No pleasantries.
|
|||||||
You operate statelessly. Each analysis starts fresh.
|
You operate statelessly. Each analysis starts fresh.
|
||||||
Do not assume knowledge from previous analyses or sessions.
|
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)
|
## CRITICAL: MCP Tools Only (Native Tools Banned)
|
||||||
|
|
||||||
You MUST use Manual Slop's MCP tools. Native OpenCode tools are unreliable.
|
You MUST use Manual Slop's MCP tools. Native OpenCode tools are unreliable.
|
||||||
|
|||||||
Reference in New Issue
Block a user