Kondukt Core 0.1.1
Fixed
- Scaffold —
kondukt scaffoldno longer fails with Template 'typescript' not found when invoked through the bundled CLI. 0.1.0 shipped a broken scaffold command because tsup inlines scaffold intodist/cli/index.jsand the template lookup only checkedSELF_DIR/templates. The generator now also checksSELF_DIR/../scaffold/templates, so it works from the bundled CLI, the standalone scaffold entry, and directly from source. - CLI —
kondukt test "npx -y @foo/bar"(the quoted-string form documented throughout the README) now works.buildConfigFromClishell-splits a single whitespace-containing arg.
Added
- Demo recording pipeline —
scripts/record-demo.sh+ per-feature scenarios underscripts/scenarios/regenerate four GIFs (demo,scaffold,call,agent-docs) from scratch..castand.mp4byproducts live in a gitignoredassets/local/. - README — marketing refresh, demo GIF at the top, per-feature GIFs under each subsection, Why + Comparison consolidated into a single pitch block.
Install
npm install kondukt@0.1.1
# or
npx kondukt@0.1.1 test "npx -y @modelcontextprotocol/server-everything"Full changelog: https://github.com/kondukt-dev/core/blob/main/CHANGELOG.md#011--2026-04-20