Commit Graph

3 Commits

Author SHA1 Message Date
Khalil Santiago cb244cb954 fix: copy skill directories instead of creating symlinks
Claude Desktop mounts ~/.claude/skills/ at /mnt/skills/user but does
not follow symlinks. Skills registered as symlinks (the previous
behavior) are invisible to Claude Desktop — only real directories are
exposed.

This changes setup to copy each skill directory from gstack/ into the
parent skills/ directory instead of symlinking. Running ./setup now
always refreshes the copies so skills stay in sync after upgrades.

Updated README uninstall commands from `rm -f` to `rm -rf` since the
registered skills are now directories, not symlinks.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-03-12 20:40:49 -07:00
morluto a29743b056
fix: harden browse install and lifecycle checks (#4)
Thanks @morluto
2026-03-12 07:35:20 -07:00
Garry Tan 3d901066cd
Initial release — gstack v0.0.1
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 01:32:16 -07:00