v0.2.0 — trust and interop
Highlights
kitbash.lock— installs pinned by sha256 content hash;kitbash doctordetects drift and fails on tamper- skills.sh / Claude Skills interop — plain SKILL.md folders install directly (
kitbash install owner/repo), flaggedunmanifested; verified against real third-party repos - Stale-output pruning —
compilecleans generated files of removed skills (only files bearing the generated header) kitbash.tomltargets — explicit adapter selection- Animated real-session demo; launch plan
From 0.1.0
Working compiler thin slice: init / install / compile / doctor / list / remove, adapters for Claude Code, Cursor, and the AGENTS.md floor, token-budget enforcement, zero runtime dependencies, e2e-tested in CI.
Full changes: CHANGELOG.md
Install (from source until npm publish):
git clone https://github.com/singhharsh1708/kitbash && cd kitbash/packages/cli
npm install && npm run build && npm link