mirror of
https://github.com/JuliusBrussee/cavekit.git
synced 2026-09-14 16:32:40 +08:00
edcc9f9217
Core cycle unchanged: /ck:sketch → /ck:map → /ck:make → /ck:check. Command consolidation: - Deleted 14 legacy/alias commands (architect, build, draft, inspect, backprop, scan, judge, watch, progress, setup-tools, quick, review-branch, codex-review, gap-analysis). - Added /ck:ship (one-shot), /ck:review (absorbs scan+judge+review-branch via --mode gap / --codex / --tier / --strict flags), /ck:status (absorbs watch+progress via --watch flag). - /ck:revise gained --trace (absorbs /ck:backprop). - /ck:init gained --tools-only (absorbs /ck:setup-tools). - Every retained command got a 2-line "What this does / When to use it" header; deprecation notes stripped; Next guidance surfaced. Skill consolidation (23 → 21): - skills/backpropagation folded into skills/revision (new §8 "Automated Backpropagation"). - skills/peer-review-loop folded into skills/peer-review (new "Codex Loop Mode" section). Docs: - README fully rewritten: leads with 4-command mental model, narrated greenfield + brownfield runs, 12-command table; runtime/Codex/skills/ methodology collapsed into <details>. - help.md rewritten for the 12-command surface. - plugin.json 2.2.0 → 3.0.0. Reference audit: every dangling /ck:* and /bp:* reference cleaned up across scripts, hooks, agents, install.sh, skills, marketplace metadata, and dog-food context kits.