gstack/review
0xDevNinja 6cda3e5aea fix(skill-preamble): use $HOME instead of literal ~ in quoted bin paths
- The artifacts-sync preamble assigned `_BRAIN_SYNC_BIN="~/.claude/..."`
  and the telemetry block `-x`-tested the same path; tilde inside double
  quotes is literal, so 42+ SKILL.md files silently no-op'd brain-sync
- `2>/dev/null || true` swallowed the ENOENT, so users never saw failure
  while cross-machine artifact handoff quietly never pushed
- Normalize `ctx.paths.binDir` to `$HOME/...` form for env-var-host (Codex
  etc.) paths, untouched
- Add static invariants `="~/` and `[ -x "~/` so the pattern can't
  regress under future resolver edits

Fixes #1656. Same shape as #785 / #843, different surface (binDir,
not browseDir/designDir).
2026-07-16 14:43:00 +05:30
..
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(skill-preamble): use $HOME instead of literal ~ in quoted bin paths 2026-07-16 14:43:00 +05:30
SKILL.md.tmpl v1.42.0.0 Daegu wave: 23 community-filed bugs + PTY classifier enforcement (24 bisect commits) (#1594) 2026-05-20 07:35:01 -07:00
TODOS-format.md v1.57.5.0 feat: cross-session decision memory + gbrain dream-stage call graph (#1910) 2026-06-08 06:20:58 -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