Copy this into your coding agent
Paste into Cursor, Codex, Claude Code, or another coding agent in your project.Keep the comparison fair
Run the original and changed application against the same inputs, expected outcomes and rules. Record the code versions. If you change the rules, treat the result as a new baseline rather than claiming the code improved against the old one.Include the cases that matter
- Capability: a supported task your app should complete.
- Regression: behavior that already works and must keep working.
- Incident: a specific failure seen in production.
- Independent cases: examples that were not used to create the fix.

