Files
Julius Brussee edcc9f9217 Merge v3.0.0: simplified Hunt cycle (25 → 12 commands)
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.
2026-04-18 02:35:36 +02:00
..