mirror of
https://github.com/EveryInc/compound-engineering-plugin.git
synced 2026-06-19 15:41:46 +02:00
919fa5c883
The && chaining between context probes meant git branch and git log were skipped if git diff HEAD failed (e.g., first-commit repos where HEAD is unresolved). Switch to semicolons so all probes run independently regardless of earlier failures. Addresses PR review feedback on #488. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>