Files
compound-engineering-plugin…/plugins
Trevin Chow 28c3f78ae7 fix: remove sed pipes that mask rev-parse/symbolic-ref failures
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)
2026-03-25 21:32:22 -07:00
..