Releases: codevibesmatter/kata
Releases · codevibesmatter/kata
v0.1.0
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 disabledkata hook session-start— injects warning into session context at startup so the agent sees it immediatelykata doctor— newnative_taskscheck;--fixwritesCLAUDE_CODE_ENABLE_TASKS=trueto~/.claude/settings.jsonautomatically (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.yamlconfig — single file, no merge machinery .kata/directory layout — kata-owned config separated from.claude/- Batteries system —
kata batteries --updateto seed/refresh mode templates - Verify mode — standalone
kata enter verifywith 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 postmortemfor 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
Initial public release of @codevibesmatter/kata — structured workflow CLI for Claude Code.