gstack/retro
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
..
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.43.2.0 fix wave: post-Daegu paper-cut — 18 fixes, 28 bisect commits (#1642) 2026-05-21 21:21:07 -07:00