docs(agents): tier4 prompt — read bans in §17 before diagnosing errors

This commit is contained in:
ed
2026-06-25 21:25:30 -04:00
parent 01bfb92814
commit 1427ac92cf
+2
View File
@@ -24,6 +24,8 @@ 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.
**However (added 2026-06-27):** the canonical conventions are in the docs. Read `conductor/code_styleguides/data_oriented_design.md` §8.5 and `python.md` §17 BEFORE diagnosing. Many Tier 2 errors stem from LLM default patterns (`dict[str, Any]`, `Optional[T]`, `hasattr()` dispatch, local imports). Knowing the bans helps you identify whether the bug is a pattern violation vs a logic error.
## Architecture Reference ## Architecture Reference
When analyzing errors, trace data flow through thread domains documented in: When analyzing errors, trace data flow through thread domains documented in: