Merge remote-tracking branch 'origin/main' into garrytan/gbrain-gstack-sync-and-search

# Conflicts:
#	test/gen-skill-docs.test.ts
This commit is contained in:
Garry Tan
2026-05-03 20:43:43 -07:00
14 changed files with 437 additions and 32 deletions

View File

@@ -408,7 +408,7 @@ function runBrainSyncPush(args: CliArgs): StageResult {
return { name: "brain-sync", ran: false, ok: true, duration_ms: 0, summary: "would: gstack-brain-sync --discover-new --once" };
}
const brainSyncPath = join(HOME, ".claude", "skills", "gstack", "bin", "gstack-brain-sync");
const brainSyncPath = join(import.meta.dir, "gstack-brain-sync");
if (!existsSync(brainSyncPath)) {
return { name: "brain-sync", ran: false, ok: true, duration_ms: 0, summary: "skipped (gstack-brain-sync not installed)" };
}