You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(templates): coder template now uses existing tests and edit_file
The coder template system prompt lacked instructions to check for
existing test files before writing new ones, causing the LLM to write
its own tests that matched buggy behavior and report false success.
Added a 5-step workflow: discover existing tests, run them first, fix
in-place with edit_file, verify with existing suite, summarize changes.
Closes#345
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments