📖 Concept
Surgical edits, not rewrites
Claude prefers targeted search-and-replace edits over rewriting entire files. This keeps diffs small and reviewable — and makes it easy to revert with git if you don't like the result.
git diff # see exactly what Claude changed git checkout -- . # discard everything if needed