gstack/review
William Voorhees 6d643c534b fix(ship): absolute bin path for gstack-next-version in landing-report/land-and-deploy/review
The queue-aware version allocator was invoked as a bare relative path
`bun run bin/gstack-next-version` in landing-report, land-and-deploy, and
review. When these installed skills run from a user's project repo, that
relative path doesn't resolve (the util lives at the gstack install root),
so the call fails and the `|| echo '{"offline":true}'` fallback fires —
silently dropping queue-collision awareness and degrading to a local bump.

ship/SKILL.md was already fixed to use the absolute
`~/.claude/skills/gstack/bin/gstack-next-version`; this applies the same
prefix to the three skills that were missed, matching the convention used
by every other gstack bin call in these files. Non-Claude host variants
already rendered `$GSTACK_ROOT/bin/...` correctly and are unaffected.

Edited the .tmpl sources and regenerated; CI bin/ refs (version-gate.yml,
.gitlab-ci.yml) are intentionally left bare since they run from the gstack
repo root.
2026-05-31 11:53:31 -07:00
..
specialists feat: adaptive gating + cross-review dedup for review army (v0.15.2.0) (#760) 2026-04-04 22:46:21 -07:00
SKILL.md fix(ship): absolute bin path for gstack-next-version in landing-report/land-and-deploy/review 2026-05-31 11:53:31 -07:00
SKILL.md.tmpl fix(ship): absolute bin path for gstack-next-version in landing-report/land-and-deploy/review 2026-05-31 11:53:31 -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: adaptive gating + cross-review dedup for review army (v0.15.2.0) (#760) 2026-04-04 22:46:21 -07:00
greptile-triage.md feat: TODOS-aware skills, 2-tier Greptile replies, gitignore fix (#61) 2026-03-14 20:15:11 -07:00