Files
gstack/.gitignore
T
Garry Tan 8b5256342b feat: add OpenCode, Slate, and Cursor host configs
Three new hosts added to the declarative config system. Each is a typed
HostConfig object with paths, frontmatter rules, and path rewrites.
All generate valid SKILL.md output with zero .claude/skills path leakage.

- hosts/opencode.ts: OpenCode (opencode.ai), skills at ~/.config/opencode/
- hosts/slate.ts: Slate (Random Labs), skills at ~/.slate/
- hosts/cursor.ts: Cursor, skills at ~/.cursor/
- .gitignore: add .kiro/, .opencode/, .slate/, .cursor/, .openclaw/

Zero code changes needed — just config files + re-export in index.ts.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-03 16:33:54 -07:00

26 lines
289 B
Plaintext

.env
node_modules/
browse/dist/
design/dist/
bin/gstack-global-discover
.gstack/
.claude/skills/
.agents/
.factory/
.kiro/
.opencode/
.slate/
.cursor/
.openclaw/
.context/
extension/.auth.json
.gstack-worktrees/
/tmp/
*.log
*.bun-build
.env
.env.local
.env.*
!.env.example
supabase/.temp/