feat: add local dev mode for testing skills from within the repo

bin/dev-setup creates .claude/skills/gstack symlink to the working tree
so Claude Code discovers skills locally. bin/dev-teardown cleans up.
DEVELOPING_GSTACK.md documents the workflow.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Garry Tan
2026-03-13 15:36:27 -07:00
parent d30d5eb56e
commit 4899b71e19
4 changed files with 169 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
node_modules/
browse/dist/
.gstack/
.claude/
/tmp/
*.log
bun.lock