gstack/make-pdf
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
..
src v1.58.0.0 feat: diagram + multi-format document engine (mermaid, excalidraw, single-file HTML, DOCX) (#1990) 2026-06-12 15:38:53 -07:00
test v1.58.0.0 feat: diagram + multi-format document engine (mermaid, excalidraw, single-file HTML, DOCX) (#1990) 2026-06-12 15:38:53 -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.58.0.0 feat: diagram + multi-format document engine (mermaid, excalidraw, single-file HTML, DOCX) (#1990) 2026-06-12 15:38:53 -07:00