mirror of
https://github.com/JuliusBrussee/cavekit.git
synced 2026-09-14 16:32:40 +08:00
67ad13fce0
- 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
22 lines
454 B
Plaintext
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/
|