gstack/ios-qa
Garry Tan e6dfc46e7a
fix(preamble): quoted tilde made Artifacts Sync and telemetry-finalize dead code in 49 skills
A tilde inside double quotes never expands, so the generated
`_BRAIN_SYNC_BIN="~/..."` assignments resolved to a literal ./~ path and
the Artifacts Sync + telemetry-finalize blocks silently no-op'd in every
skill that carried them (regression of #785). The preamble resolvers now
emit $HOME-based paths; all generated SKILL.md files regenerate identically
from the fixed templates, and a static tripwire fails the suite if a
quoted-tilde assignment ever reappears in generated output.

Fixes #1656, #1715.

Contributed by @jawadakram20 (PR #2333).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-14 20:20:55 -07:00
..
daemon fix(ios-qa): recover device tunnels safely after relaunch 2026-07-14 16:35:30 -07:00
docs v1.43.0.0 feat: iOS device-farm (5 skills, Mac daemon, Tailscale) (#1574) 2026-05-21 16:09:26 -07:00
scripts fix(ios-qa): generate app-owned bridge accessors deterministically 2026-07-14 16:35:30 -07:00
templates fix(ios-qa): make SwiftUI device taps observable and reliable 2026-07-14 16:35:30 -07:00
SKILL.md fix(preamble): quoted tilde made Artifacts Sync and telemetry-finalize dead code in 49 skills 2026-08-14 20:20:55 -07:00
SKILL.md.tmpl docs(ios-qa): document regeneration and device verification flow 2026-07-14 16:35:30 -07:00