gstack/bin
Garry Tan 7e0d291d98
fix: add gstack-review-log and gstack-review-read atomic helpers
Branch names with `/` (e.g. garrytan/design-system) break review log
filepaths when Claude Code runs multi-line bash blocks as separate shell
invocations — eval sets $SLUG/$BRANCH in shell 1, but they're gone by
the time mkdir and echo run in shells 2+3.

These two scripts encapsulate the full operation (slug detection + mkdir
+ file I/O) in a single command, eliminating the variable persistence
problem. Both support GSTACK_HOME env var override for testability.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 20:56:30 -07:00
..
dev-setup feat: SKILL.md template system, 3-tier testing, DX tools (v0.3.3) (#41) 2026-03-13 21:08:12 -07:00
dev-teardown feat: v0.3.2 — project-local state, diff-aware QA, Greptile integration (#36) 2026-03-13 18:10:56 -07:00
gstack-config feat: smart update check with auto-upgrade, snooze backoff, config CLI (v0.3.9) (#62) 2026-03-14 23:28:02 -07:00
gstack-diff-scope feat: design review lite in /review and /ship + gstack-diff-scope (v0.6.3) (#142) 2026-03-17 20:12:55 -05:00
gstack-review-log fix: add gstack-review-log and gstack-review-read atomic helpers 2026-03-17 20:56:30 -07:00
gstack-review-read fix: add gstack-review-log and gstack-review-read atomic helpers 2026-03-17 20:56:30 -07:00
gstack-slug feat: Review Readiness Dashboard + gstack-slug helper (v0.5.1) (#130) 2026-03-17 10:33:46 -05:00
gstack-update-check fix: update check cache — 60min UP_TO_DATE TTL + --force flag (v0.4.4) (#110) 2026-03-16 14:14:15 -05:00