Files
gstack/.github
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
..