gstack/review
Garry Tan a043d9a3ef
fix: bash operator precedence in test framework detection
[ -f a ] || [ -f b ] && X="y" evaluates as A || (B && C), so the
assignment only runs when the second test passes. Wrap the OR group
in braces: { [ -f a ] || [ -f b ]; } && X="y".

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-01 14:36:33 -07:00
..
specialists feat: add test_stub optional field to specialist finding schema 2026-04-01 14:33:00 -07:00
SKILL.md fix: bash operator precedence in test framework detection 2026-04-01 14:36:33 -07:00
SKILL.md.tmpl feat: cross-review finding dedup + test stub override + enriched review-log 2026-04-01 14:33:01 -07:00
TODOS-format.md feat: TODOS-aware skills, 2-tier Greptile replies, gitignore fix (#61) 2026-03-14 20:15:11 -07:00
checklist.md feat: Review Army — parallel specialist reviewers for /review (v0.14.3.0) (#692) 2026-03-30 22:07:50 -06:00
design-checklist.md feat: add test_stub optional field to specialist finding schema 2026-04-01 14:33:00 -07:00
greptile-triage.md feat: TODOS-aware skills, 2-tier Greptile replies, gitignore fix (#61) 2026-03-14 20:15:11 -07:00