Files
Trevin Chow 919fa5c883 fix(git-commit): use semicolons in fallback to avoid skipping probes
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>
2026-04-01 22:06:00 -07:00
..