Files
gstack/bin
Garry Tan 9c638da2fd fix: gbrain-sync orchestrator resolves brain-sync sibling via import.meta.dir
Codex M9: runBrainSyncPush hardcoded ~/.claude/skills/gstack/bin/gstack-brain-sync,
so any host that wasn't Claude Code (Codex CLI, dev workspace) hit the existsSync
guard and silently skipped curated-artifact push. Replace with the sibling-resolution
pattern already in runMemoryIngest at line 193.

Regression test asserts the orchestrator no longer takes the lying-skip path when
HOME has no ~/.claude/skills/gstack tree.
2026-05-03 20:03:25 -07:00
..