🔧 Improved
Review workflow shows git context for reviewers:
spec-kitty agent workflow reviewnow displays the WP's branch name, base branch, and commit count- Reviewers see exactly which commits belong to the WP vs inherited history
- Provides ready-to-use
git log <base>..HEADandgit diff <base>..HEADcommands - Base branch auto-detected from WP dependencies (tries dependency branches first, then main/2.x)
- Prevents reviewers from accidentally diffing against the wrong base (e.g.,
maininstead of2.x)