@kata-sh/cli
v0.16.1
Published
Kata CLI runtime and backend contract bridge
Downloads
997
Readme
@kata-sh/cli
Kata Skills runtime and backend contract bridge.
This package provides the durable operation layer for Kata project workflows. Skills and harnesses call into it for project, milestone, slice, task, artifact, progress, and completion operations instead of writing directly to backend systems.
The 0.16.x line is the stable release for the Kata Skills runtime and backend contract bridge. Version 0.16.1 fixes planned-slice dependency extraction, symlinked global skill refreshes, and concurrent GitHub task creation.
Install with:
npm install -g @kata-sh/cliFor monorepo development:
pnpm --dir apps/cli run build
pnpm --dir apps/cli run testCommands:
kata setup --pikata setup --backend github --repo owner/name --project-number 12kata setup --backend linear --linear-workspace <workspace> --linear-team <team> --linear-project <project>kata doctorkata call <operation> --input <request.json>kata json <request.json>
Runtime shape:
apps/cli/skills-srcis the source of truth for generated Kata Agent Skills.apps/cli/skillsis the generated skill bundle packaged with@kata-sh/cli.kata setupinstalls packaged skills into Pi, project-local/global agent skills, Claude skills, or Cursor skills depending on the selected target flags.- Backend adapters include GitHub Projects v2 and Linear under
src/backends. - Linear auth resolves from
LINEAR_API_KEY,LINEAR_TOKEN, or configuredlinear.authEnv. - Standalone issue workflows use
kata-plan-issueandkata-execute-issuewithissue.listOpen,issue.create,issue.get, andissue.updateStatusoperations. - Roadmap planning includes slice maps, dependency graphs, and implementation waves.
Release channel:
- Stable releases publish to npm as
@kata-sh/cli@latest. - Prereleases publish under their prerelease dist-tag, such as
alpha.
