mirror of https://github.com/garrytan/gstack.git
- gstack-memory-helpers.test.ts: env vars were saved in beforeEach but restored in afterAll, so the restore leaked the previous test's dead temp dir into GSTACK_HOME/GBRAIN_HOME/HOME/PATH for every file that ran later (broke gstack-config and make-pdf format-gate in full-suite runs). Capture once at collection time instead. - gstack-config.test.ts: scrub inherited GSTACK_STATE_ROOT/GSTACK_HOME in run() unless a test passes them explicitly (defense in depth). - gbrain-detect-install.test.ts: append a bun-only shim dir to SAFE_PATH — the script's '#!/usr/bin/env -S bun run' shebang needs bun on PATH, but ~/.bun/bin also carries a real gbrain on dev machines. - gen-skill-docs / openclaw-native-skills: skipIf(!Bun.YAML) — parser lands in bun 1.3; CI pins bun latest so strict-YAML coverage remains. - codex-resume-flag-semantics: availability probe upgraded from 'which codex' to 'codex --version' exit 0 (half-installed wrapper resolved but could not execute). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| bin | ||
| scripts | ||
| src | ||
| test | ||
| PLAN-snapshot-dropdown-interactive.md | ||
| SKILL.md | ||
| SKILL.md.tmpl | ||