@paybond/kit 0.11.1
Release @paybond/kit 0.11.1 — fixes starter-template CI smoke failures and improves developer docs.
Highlights
- Lazy framework demo loading —
paybond agent sandbox smokeno longer eagerly imports Vercel AI, LangGraph, Claude Agents, or OpenAI Agents demo code at CLI startup. Starter templates can run smoke checks with only core@paybond/kitinstalled (no optionalaipeer required). - README improvements — optional peer-deps table, CLI quick reference (
paybond init,agent sandbox smoke,dev loop), and clearer guidance on when framework extras are needed. - Pre-publish template lockfiles —
generate-templates.mjspacks the local kit tarball with--ignore-scriptsand rewrites templatepackage-lock.jsonentries before npm publish, soprepackno longer fails when^0.11.1is not yet on the registry. - Starter templates — all bundled templates bumped to
@paybond/kit@^0.11.1with committed lockfiles and.npmrcfor reproduciblenpm ciin CI.
Install
npm install @paybond/kit@0.11.1Quick start
npx -p @paybond/kit@0.11.1 paybond login
npx -p @paybond/kit@0.11.1 paybond-init --preset paid-tool-guard --framework provider-agnostic --out paybond-paid-tool-guard.tsDocs
- https://paybond.ai/docs/kit
- https://paybond.ai/docs/kit/one-command-guardrails
- https://paybond.ai/docs/kit/quickstart-typescript
Full Changelog: v0.11.0...v0.11.1