Files
Trevin Chow e14b2360ac fix(ce-code-review): run mode guard before skip-condition probe in PR mode
mode:report-only and mode:headless should short-circuit before any gh
call — they don't need PR state to emit their "cannot switch shared
checkout" messages. Previously the skip probe (gh pr view) ran first,
causing environments without gh auth to abort early instead of hitting
the documented mode behavior. Reordered: mode guard first, then skip
probe.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-21 21:03:51 -07:00
..