gstack/review
Rob Lambell 8659b6dfd7 fix: use three-dot diff for scope drift detection in /review
The scope drift step (Step 1.5) used `git diff origin/<base> --stat`
(two-dot), which shows the full tree difference between the branch tip
and the base ref. On rebased branches this includes commits already on
the base branch, producing false-positive "scope drift" findings for
changes the author did not introduce.

Switch to `git diff origin/<base>...HEAD --stat` (three-dot / merge-base
diff), which shows only changes introduced on the feature branch. This
matches what /ship already uses for its line-count stat.
2026-03-19 18:52:59 +00:00
..
SKILL.md fix: use three-dot diff for scope drift detection in /review 2026-03-19 18:52:59 +00:00
SKILL.md.tmpl fix: use three-dot diff for scope drift detection in /review 2026-03-19 18:52:59 +00:00
TODOS-format.md feat: TODOS-aware skills, 2-tier Greptile replies, gitignore fix (#61) 2026-03-14 20:15:11 -07:00
checklist.md fix: atomic review log helpers + platform-agnostic templates (v0.8.5) (#209) 2026-03-19 00:47:11 -07:00
design-checklist.md fix: security hardening + issue triage (v0.8.3) (#205) 2026-03-19 01:58:43 -05:00
greptile-triage.md feat: TODOS-aware skills, 2-tier Greptile replies, gitignore fix (#61) 2026-03-14 20:15:11 -07:00