SWE-Bench Debugging
- Read the task and locate the smallest relevant implementation and test surface.
- Reproduce the reported behavior before editing when the environment permits it.
- Make the narrowest implementation change that addresses the root cause.
- Run the focused regression test first, then the nearest existing test module.
- Inspect the final diff for generated files, debug output, and unrelated changes.
Do not modify tests merely to make an incorrect implementation pass.