
What code review has to catch once an agent is writing the code
Review that hunts for syntax errors is redundant once the compiler has caught them. What has to be hunted is decisions: a new file that should have been an extension, a dependency added quietly, and an edge case that vanished.






