Skip to content

v0.2.0 — trust and interop

Choose a tag to compare

@singhharsh1708 singhharsh1708 released this 11 Jul 05:59
0225050

Highlights

  • kitbash.lock — installs pinned by sha256 content hash; kitbash doctor detects drift and fails on tamper
  • skills.sh / Claude Skills interop — plain SKILL.md folders install directly (kitbash install owner/repo), flagged unmanifested; verified against real third-party repos
  • Stale-output pruningcompile cleans generated files of removed skills (only files bearing the generated header)
  • kitbash.toml targets — 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