@keel-agent/cli
v0.2.1
Published
CLI for keel-agent, a thin agent harness kernel for repo-owned agent workflows.
Readme
@keel-agent/cli
Command line interface for keel-agent. This is the package most projects should use directly.
For pnpm projects:
pnpm dlx @keel-agent/cli onboard
ka doctorFor npm projects:
npx @keel-agent/cli onboard
ka doctorMain capabilities:
ka onboardfor one-step existing project setup, docs scaffold, Codex export, API doc detection, and UI baseline extraction.ka request,ka issues,ka tdd, andka missionfor planned implementation work.ka init,ka export, andka doctorfor lower-level setup and host export.ka verifyandka docs validatefor verification and docs gates.ka design extract|diff|sync|validatefor project-specific UI governance.ka adoptandka learnfor controlled external workflow adoption and learning records.
Programmatic command metadata is available for docs, adapters, and skill exporters:
import { commandContracts } from "@keel-agent/cli/contracts";
console.log(commandContracts.map((item) => [item.directive, item.command]));