Releases: Deniffer001/cli-kit
Releases · Deniffer001/cli-kit
v0.1.2
v0.1.1 — errors to stderr
Dogfooding product-growth-tools/backlink-cli onto cli-kit surfaced that error envelopes should go to stderr (success → stdout), matching the ecosystem convention. bun add github:Deniffer001/cli-kit#v0.1.1
v0.1.0 — first consumable base
First public release of @deniffer/cli-kit: the runtime layer above argc for agent-drivable admin/operator CLIs.
Modules: errors, output, client (defineClientAdapter), services (createCliServices), command (runCliCommand), continuation, dataset-pagination (paginateDataset), schema-selector, schema-discovery (expandSchemaSelector), profile (defineProfile).
Extracted from three production CLIs (openclaw, clonesite, product-growth-tools). 38 tests green under bun test. Install: bun add github:Deniffer001/cli-kit#v0.1.0