Interactive example · from Start here: Review and save

The tangled diff

agent

The date bug is fixed and all checks pass. The diff touches 14 files: one logic change, plus formatting cleanup my editor applied across the rest.

The checks pass, but the diff contains an unrelated formatting rewrite. What should you do?

you

The date fix turned out to break a different page. Undo it.

agent

The undo takes the formatting changes in 13 other files with it. Everything was saved as one change.

not yet

Tests do not make unrelated edits relevant. Extra change makes review harder and recovery less precise.

agent

Removed the formatting churn and reran the date check: still passing. The saved change is one file, described as “fix release date rollover”.

you

That I can read, and if we ever undo it, we undo exactly one thing.

good call

The checkpoint now tells one coherent story and can be understood or reverted without dragging unrelated work along.

agent

Yes, I’m confident. The formatting matches the current style guide.

you

Confidence wasn’t the question. Fourteen files is still fourteen files to review, and thirteen have nothing to do with the fix.

close, but

The issue is scope, not confidence. Judge the diff against the brief you approved.