Trace-Fix
Trace the root cause, then fix it with tests. Fully autonomous.
Phase 1 — TRACE (do not edit any code yet)
- Read every file involved — use Read, Grep, Glob to trace the full call chain from entry point to where it breaks
- Document the root cause — state what is wrong, where, and why. Not symptoms — the actual cause
- If uncertain — say so explicitly. Do not guess. List hypotheses ranked by likelihood
Never edit a file you haven't read. Never propose a fix befo
[Description truncada. Veja o README completo no GitHub.]