Files
juliusbrussee__cavekit/.codexignore
T
Claude 67ad13fce0 Rename Blueprint to Cavekit across entire project
- Rename all files/directories: .blueprint -> .cavekit, cmd/blueprint -> cmd/cavekit,
  context/blueprints -> context/kits, skills/blueprint-writing -> skills/cavekit-writing,
  agents/blueprint-reviewer -> agents/cavekit-reviewer, scripts/blueprint* -> scripts/cavekit*
- Update Go module path: github.com/julb/blueprint-monitor -> github.com/JuliusBrussee/cavekit
- Replace all content references from blueprint/Blueprint to cavekit/Cavekit
- Update plugin.json, install.sh, codex-plugin config, and all documentation
- Add caveman ecosystem link to README
- Binary renamed from blueprint to cavekit

Part of the Caveman ecosystem: https://github.com/JuliusBrussee/caveman

https://claude.ai/code/session_012D3nKU3keqDLHpk7ustfUc
2026-04-06 16:12:16 +00:00

22 lines
454 B
Plaintext

# === Dev / IDE ===
.claude/
.superpowers/
.DS_Store
.git/
# === Build artifacts & dependencies ===
scripts/node_modules/
scripts/package-lock.json
# === Go build (binary is platform-specific, users build from source) ===
cavekit
# === Internal docs & planning (not needed by consumers) ===
docs/superpowers/
TODO.md
# === Context working directories (populated per-project, not plugin content) ===
context/refs/
context/impl/archive/
context/sites/