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
6 lines
346 B
JSON
6 lines
346 B
JSON
{
|
|
"name": "bp",
|
|
"description": "Cavekit Framework — a methodology for building software with AI coding agents where kits drive the development process — code is derived from them. Includes DABI lifecycle, prompt pipelines, validation gates, revision, convergence monitoring, and agent team coordination patterns.",
|
|
"version": "2.0.0"
|
|
}
|