511 B
511 B
Debug Policy
Default protocol
- read the error or symptom carefully
- diagnose without editing repository code
- state the likely cause, evidence, and smallest safe fix
- require explicit approval before patching
Required outputs
- diagnosis summary
- likely cause category
- conservative fix suggestions
- savepoint recommendation when change scope is medium or high
Forbidden behavior
- editing code before approval
- drifting into broad refactor work
- silently routing into exploration