claude/.gitignore
Bastien Chanot d4a5cfec93 chore(caveman): purge plugin + always-on integration
Disable + uninstall caveman@caveman and delete every repo dependency on
it: SessionStart/UserPromptSubmit hook blocks, standalone hook files,
settings.json enabledPlugins + marketplace entries, install-plugins.sh
STEP 5.5, update-all.sh refresh step, plugins.lock.json entry, doctor.sh
checks, lib/detect-plugins.sh helpers, lib/profile.sh + plugin-advisor +
skills/profile protected-list entries, .gitignore runtime-file block,
and README/USAGE docs. Dead /caveman:compress refs replaced with
manual/claude.ai guidance. Memory-registry terse-format convention kept
(separate subsystem). Version 3.4.0 -> 3.5.0.

On a subscription plan caveman's ~75% output-token compression has no
cost benefit, and the always-on hooks added friction on validation
gates and client deliverables.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01X3e8LaH2vymmxyh36h3jFU
2026-06-19 19:08:40 +02:00

120 lines
2.4 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/design-motion-principles
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/
# 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/
# 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/