mirror of
https://github.com/EveryInc/compound-engineering-plugin.git
synced 2026-06-19 15:41:46 +02:00
e14b2360ac
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>