gstack/design-html
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
..
vendor feat: /design-html skill — Pretext-native HTML from approved mockups (v0.14.0.0) (#653) 2026-03-30 01:54:54 -06: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 feat: Confusion Protocol, Hermes + GBrain hosts, brain-first resolver (v0.18.0.0) (#1005) 2026-04-16 10:41:38 -07:00