Skip to content

Releases: codevibesmatter/kata

v0.1.0

03 Mar 19:40

Choose a tag to compare

What's New

Native Tasks Enablement Check

kata now detects when CLAUDE_CODE_ENABLE_TASKS is disabled and warns early — before the workflow is broken.

  • kata enter <mode> — prints a prominent warning before the "tasks pre-created" banner when tasks are disabled
  • kata hook session-start — injects warning into session context at startup so the agent sees it immediately
  • kata doctor — new native_tasks check; --fix writes CLAUDE_CODE_ENABLE_TASKS=true to ~/.claude/settings.json automatically (restart required to activate)
  • kata enter onboard — p0 Bootstrap now includes a step to verify native tasks are enabled, with instructions to fix and restart before continuing

Other Highlights (since v0.0.1)

  • Unified kata.yaml config — single file, no merge machinery
  • .kata/ directory layout — kata-owned config separated from .claude/
  • Batteries system — kata batteries --update to seed/refresh mode templates
  • Verify mode — standalone kata enter verify with VP evidence tracking
  • Pluggable agent providers — Claude, Gemini, Codex for reviews and judge
  • Extractable subphase patterns — impl-test-verify orchestration
  • Generalized interview system for planning mode
  • Session postmortem — kata postmortem for transcript analysis
  • Agentic eval suite — full scenario harness with LLM-as-judge

Breaking Changes

None relative to v0.0.1 (pre-1.0, API is still stabilizing).

v0.0.1 — Initial release

20 Feb 20:59

Choose a tag to compare

Initial public release of @codevibesmatter/kata — structured workflow CLI for Claude Code.