Skip to content

@paybond/kit 0.11.3

Choose a tag to compare

@nonameuserd nonameuserd released this 03 Jul 04:44

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 smoke and the core CLI no longer require installing framework packages you are not using.
  • Bundled policy presets — vertical presets such as travel ship inside the npm package and resolve from resolvePolicyPresetPath() in published installs.
  • Release verificationnpm run verify:release installs the packed tarball in a minimal consumer project, checks for bundled travel.yaml, and exercises completion evidence validation without optional peers.
  • Template lockfile integrity — starter templates pin @paybond/kit@^0.11.3 with registry package-lock.json integrity hashes that match the published npm tarball.

Install

npm install @paybond/kit@0.11.3

Quick 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 json

Docs

Full Changelog: v0.11.2...v0.11.3