mirror of
https://github.com/EveryInc/compound-engineering-plugin.git
synced 2026-06-26 12:23:01 +02:00
28c3f78ae7
Piping into sed returns exit 0 even when the upstream git command fails, so the "fall back to main" path never triggers. The agent reads stdout/stderr directly and can strip the origin/ prefix and detect failures itself. Addresses PR review feedback (#386)