Commit Graph

4 Commits

Author SHA1 Message Date
Hunter Wittenborn 1adf401ead feat: install gstack from Claude Code marketplace
This allows users to install and update gstack through the native Claude Code plugin system:

```
/plugin marketplace add garrytan/gstack
/plugin install gstack@gstack-marketplace
```

- Add `.claude-plugin/` marketplace and plugin manifests
- Move skills into `skills/` directory for plugin auto-discovery
- Use `${CLAUDE_SKILL_DIR}` for portable paths
- Removes (now unneeded) setup script

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 11:16:46 -05:00
Garry Tan 044c6d568e
v0.0.2
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 07:37:08 -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