Purpose
Check diff against main and remove all AI generated code slop introduced in this branch.
Steps
- Check diff: Check diff against main to see what was introduced in this branch
- Identify slop: Identify AI-generated slop (extra comments that a human wouldn't add or is inconsistent with the rest of the file, extra defensive checks or try/catch blocks that are abnormal for that area of the codebase especially if called by trusted/validated codepaths, casts to any to get around type issues, any other style that is inconsistent with the file)
- Remove slop: Remove all identified AI-generated slop
- Report: First report completion evidence from completion.md (relevant rows and a status reason). Then a 1–3 sentence summary of changes
Completion
Lead with completion evidence, then the short summary.