@paybond/kit 0.11.3
Release @paybond/kit 0.11.3 — fixes optional framework peer imports, ships bundled policy presets, and hardens starter-template CI smoke.
Highlights
- Lazy optional framework peers — LangGraph, OpenAI Agents, and Claude Agent SDK modules load on demand.
paybond agent sandbox smokeand the core CLI no longer require installing framework packages you are not using. - Bundled policy presets — vertical presets such as
travelship inside the npm package and resolve fromresolvePolicyPresetPath()in published installs. - Release verification —
npm run verify:releaseinstalls the packed tarball in a minimal consumer project, checks for bundledtravel.yaml, and exercises completion evidence validation without optional peers. - Template lockfile integrity — starter templates pin
@paybond/kit@^0.11.3with registrypackage-lock.jsonintegrity hashes that match the published npm tarball.
Install
npm install @paybond/kit@0.11.3Quick start
npx -p @paybond/kit@0.11.3 paybond login
npx -p @paybond/kit@0.11.3 paybond agent sandbox smoke \
--policy-file paybond.policy.yaml \
--operation travel.book_hotel \
--requested-spend-cents 18700 \
--evidence-preset cost_and_completion \
--result-body '{"status":"completed","cost_cents":18700}' \
--format jsonDocs
- https://paybond.ai/docs/kit
- https://paybond.ai/docs/kit/quickstart-agent
- https://paybond.ai/docs/kit/quickstart-typescript
Full Changelog: v0.11.2...v0.11.3