Files
Julius Brussee 8cf2c93e64 Add SPEC format and simplify to Cavekit v2
Migrate project to a compressed 'v2' focused workflow: add FORMAT.md (SPEC.md format + caveman encoding and backprop rules), streamline README to describe the new single-file SPEC and three core commands (/ck:spec, /ck:build, /ck:check), and update plugin metadata (.claude-plugin/plugin.json and marketplace.json) to reflect v2. Remove legacy Codex plugin assets, many agent/command/docs/scripts/internal implementation files and tests that belonged to the previous, larger architecture to concentrate on the minimal v2 surface.
2026-04-20 02:01:56 +02:00

6 lines
230 B
JSON

{
"name": "ck",
"description": "Cavekit v2 — compressed spec-driven dev. Three commands (/ck:spec, /ck:build, /ck:check) over one SPEC.md file. No sub-agents. Caveman encoding. Bug-to-spec backprop.",
"version": "2.0.0"
}