Skip to content

Releases: Deniffer001/cli-kit

v0.1.2

14 Jun 12:04

Choose a tag to compare

Loosen valibot peer dependency to ^1 (was ^1.4.1) so any valibot 1.x consumer installs cleanly. bun add github:Deniffer001/cli-kit#v0.1.2

v0.1.1 — errors to stderr

14 Jun 11:37

Choose a tag to compare

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

14 Jun 11:30

Choose a tag to compare

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