A gstack submodule bump added `spec` (v1.47) and the iOS device-farm
5-skill set (v1.43) but gstack `./setup` was never re-run, leaving all 6
as source-only — unlinked, invisible to Claude and untouched by
reset/`gstack on`.
- Link `spec` only, surgically: skills/spec/SKILL.md symlink matching
gstack setup's per-skill pattern (real dir + absolute SKILL.md link).
Platform-agnostic, useful planning skill. Added to full + web-full
profiles (must be in the active `full` profile or `set full` would
re-disable it).
- iOS skills deliberately NOT linked: this is a Linux host, and the iOS
device-farm needs a Mac daemon + Tailscale + physical iOS devices.
Linking them would add 5 dead skills plus passive token cost.
- Complete the .gitignore gstack allowlist: add the 12 entries missing
from it — `spec`, the 5 `ios-*` (so they stay ignored if a future
setup on a Mac materializes them), and 6 already-parked skills
(document-generate, landing-report, scrape, setup-gbrain, skillify,
sync-gbrain). The parked ones matter because `gstack on` moves parked
skills into skills/, where any allowlist gap becomes untracked git
noise. Also drop the stale `skills/checkpoint` entry (renamed to
context-save).
Verified: `profile show full`/`web-full` report spec enabled; the
source-vs-allowlist drift check is now empty; profile.sh still parses.
The gstack submodule pointer bump itself is left uncommitted (separate
pending work).
Memory: BLK-007 -> resolved; LRN-025 (gitignore allowlist must cover all
toggleable skills incl. parked, else enabling one = git noise).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
134 lines
2.8 KiB
Plaintext
134 lines
2.8 KiB
Plaintext
# ── claude-config repo ignores ──
|
|
|
|
# GStack skill symlinks — auto-created by gstack setup
|
|
# Only the gstack/ dir itself + all symlinked skills inside skills/
|
|
skills/gstack
|
|
skills/autoplan
|
|
skills/benchmark
|
|
skills/browse
|
|
skills/canary
|
|
skills/careful
|
|
skills/codex
|
|
skills/connect-chrome
|
|
skills/cso
|
|
skills/design-consultation
|
|
skills/design-html
|
|
skills/design-review
|
|
skills/design-shotgun
|
|
skills/devex-review
|
|
skills/document-release
|
|
skills/freeze
|
|
skills/gstack-upgrade
|
|
skills/guard
|
|
skills/health
|
|
skills/investigate
|
|
skills/land-and-deploy
|
|
skills/learn
|
|
skills/office-hours
|
|
skills/open-gstack-browser
|
|
skills/pair-agent
|
|
skills/plan-ceo-review
|
|
skills/plan-design-review
|
|
skills/plan-devex-review
|
|
skills/plan-eng-review
|
|
skills/qa
|
|
skills/qa-only
|
|
skills/retro
|
|
skills/review
|
|
skills/setup-browser-cookies
|
|
skills/setup-deploy
|
|
skills/ship
|
|
skills/unfreeze
|
|
skills/benchmark-models
|
|
skills/context-restore
|
|
skills/context-save
|
|
skills/make-pdf
|
|
skills/plan-tune
|
|
skills/spec
|
|
skills/document-generate
|
|
skills/landing-report
|
|
skills/scrape
|
|
skills/setup-gbrain
|
|
skills/skillify
|
|
skills/sync-gbrain
|
|
# iOS device-farm skills (need a Mac daemon + Tailscale + iOS devices) —
|
|
# not linked on this Linux host; ignored so they stay out of git if a
|
|
# future gstack setup on a Mac host materializes the symlinks.
|
|
skills/ios-clean
|
|
skills/ios-design-review
|
|
skills/ios-fix
|
|
skills/ios-qa
|
|
skills/ios-sync
|
|
|
|
# External skill symlinks — auto-created by link.sh
|
|
skills/emil-design-eng
|
|
skills/frontend-design
|
|
|
|
# External skills installed via `npx skills add` — auto-created by link.sh
|
|
skills/darwin-skill
|
|
skills/find-skills
|
|
|
|
# Staging area used by lib/toggle-external.sh when disabling a tool
|
|
skills-disabled/
|
|
|
|
# Caveman runtime hook files — deployed by caveman hooks/install.sh into
|
|
# ~/.claude/hooks/ (which is a symlink to this repo's hooks/), so they
|
|
# materialize here. They are user-scope state, not repo source.
|
|
hooks/caveman-activate.js
|
|
hooks/caveman-config.js
|
|
hooks/caveman-mode-tracker.js
|
|
hooks/caveman-stats.js
|
|
hooks/caveman-statusline.sh
|
|
hooks/package.json
|
|
hooks/package-lock.json
|
|
hooks/node_modules/
|
|
|
|
# Local project config (per-machine, not shared)
|
|
.claude/*
|
|
!.claude/tasks/
|
|
!.claude/memory/
|
|
!.claude/audits/
|
|
!.claude/settings.json
|
|
# But keep local stuff ignored within .claude/
|
|
.claude/settings.local.json
|
|
.claude/agent-memory/
|
|
.claude/gstack/
|
|
|
|
# Caveman compress backups — generated by /caveman:compress, recoverable via git
|
|
*.original.md
|
|
|
|
# Generated outputs
|
|
graphify-out/
|
|
.ctx7-cache/
|
|
|
|
# /client-handover test artifacts (project-local renders)
|
|
LIVRAISON.md
|
|
LIVRAISON.html
|
|
LIVRAISON.pdf
|
|
HANDOVER.md
|
|
HANDOVER.html
|
|
HANDOVER.pdf
|
|
|
|
# Install logs
|
|
install-*.log
|
|
|
|
# Local secrets (MCP API keys etc.) — use .env.example as template
|
|
.env
|
|
.env.local
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Editors
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Profile cache — written by lib/profile.sh, read by hooks/statusline.sh
|
|
.active-profile
|
|
.gstack/
|