v1.18.7
Guidance additions across worktree hygiene, merge-gate triage, and advanced git recipes.
- Worktree and fetch hygiene: guard against basing decisions on a stale worktree; scope
git fetchto a specific repo with-C <repo>. - Merge-gate triage: how to tell a one-shard-red test suite apart as flake vs. real regression; verify a dropped merge-queue entry against the issue timeline before re-arming it.
- Advanced git: read a file as it was committed on another branch; a simpler timeline
jqrecipe. - Review scoping: scope a diff to a single file, with a softened definition of what counts as a regression.
- Hooks: warns that
pre-commit autoupdatecan pin pre-release versions.
Full Changelog: v1.18.6...v1.18.7