Modern TypeScript CLI for Kiket. It targets the operational compliance platform API and local .kiket/ configuration files.
The new CLI is intentionally narrow and honest:
- it exposes only the workspace/process/case/evidence/finding/report/anchor platform loop
- it uses the shared
@kiket/api-clientcontract layer - it is non-interactive by default and supports machine-readable output
- it validates and migrates file-backed
.kiket/configuration locally when possible
- generated contracts from OpenAPI for tighter drift prevention
- richer interactive auth and organization selection flows
- repo-aware config helpers for process modeling
- full parity for supported platform capabilities as those APIs land
kiket initkiket validatekiket migrate-configkiket simulatekiket scankiket findings listkiket evidence importkiket report generatekiket report verifykiket anchor createkiket anchor verifykiket extension test
pnpm install
pnpm test
pnpm check
pnpm lint
pnpm build