DashboardcraftAlways remove unrelated diff churn befo…

Always remove unrelated diff churn before merging

Category: preference
Confidence: 0.80
ID: 01a06ed6-457c-7480-8844-b4d1c9254227
Project ID: e16af391-c497-4837-b681-c849a5514499
Cross-project: No
Recalled in other projects: 2
Source session: 1Okgn0vvN7hdZmhlc
Created: 2026-09-04 23:43:55
Updated: 2026-09-04 23:52:11

Cross-Project Recalls

ProjectHitsLast recalled
opencode-lore 1 20h ago
cli 1 8d ago

Content

Keep the working tree, staging area, commits, and final diff strictly limited to the approved request. Treat unrelated formatter-, whitespace-, newline-, quote-, lockfile-, generated-, or baseline-only changes as merge blockers: inspect their provenance, preserve pre-existing unrelated changes exactly, exclude them from staging, and revert incidental churn. Use non-destructive checks when broad commands could rewrite files. Before finalizing, inspect the exact modified-file list and diff; retain only intentional implementation, documentation, and focused test changes, with no unintended artifacts.

Move to: