gstack/.github/workflows
Garry Tan fe574f1cd8
fix: symlink node_modules instead of hardlink (cross-device)
Docker image layers and workspace are on different filesystems,
so cp -al (hardlink) fails. Use ln -s (symlink) instead — zero
copy overhead.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 06:56:32 -07:00
..
ci-image.yml fix: bun.lock is gitignored — use package.json only for Docker cache 2026-03-23 06:52:27 -07:00
evals.yml fix: symlink node_modules instead of hardlink (cross-device) 2026-03-23 06:56:32 -07:00
skill-docs.yml fix: Codex compatibility — 1024-char cap, duplicate skills, repo-local installs, kiro support (v0.11.2.0) (#346) 2026-03-22 19:27:10 -07:00