- Keep diffs small and reviewable.
- Include exact verification commands in final output.
- Do not edit unrelated files.
- If behavior changes, update tests/docs together.
- Reproduce / understand task.
- Implement small change.
- Run checks (
make test,make lint). - Summarize: changed files + verification + risks.