Claude Code

Claude Code#

Claude Code is the primary supported runtime for current CafeKit releases.

Command Surface#

The main commands are:

  • /hapo:specs
  • /hapo:develop
  • /hapo:test
  • /hapo:code-review
  • /hapo:sync
  • /hapo:generate-graph

Installed Runtime Shape#

.claude/
├── skills/
├── agents/
├── hooks/
├── settings.json
├── runtime.json
├── status.cjs
└── CLAUDE.md

Runtime Characteristics#

  • spec-aware hooks
  • task-state awareness
  • quality gates before completion sync
  • task-level docs checkpoints
/hapo:specs
-> /hapo:specs --validate
-> /hapo:develop
-> /hapo:test
-> /hapo:code-review

Use /hapo:sync whenever spec state drifts.