AgentsKit Chat Alpha
Releases

Stable public launch checklist

View canonical Markdown

Stable public launch checklist

Executable close-out checklist for issue #104. AgentsKit Chat 0.4.0 adds controlled React and Ink sessions to the consolidated two-package graph.

Documentation

  • Quick starts for React, React Native, Ink, Vue, Svelte, Solid, and Angular
  • API reference, deployment modes, stability, security, and changelog
  • Compatibility matrix, 0.4.0 release notes, and 0.2.x migration map
  • Agent handoffs and doc-bridge ownership routing
  • Host adapter recipes for Next.js, Hono, Express, and Cloudflare Workers
  • README install path targets the two-package npm graph

Engineering gates

Run from a clean checkout of main:

pnpm install --frozen-lockfile
pnpm lint
pnpm test
pnpm build
pnpm test:conformance
pnpm conformance:gate
pnpm bundle:budget
pnpm docs:bridge:index
pnpm docs:bridge:doctor
pnpm docs:bridge:gate
pnpm release:gate
pnpm release:pack
pnpm test:e2e
pnpm test:pty
  • Release and post-merge workflows pass on the 0.4.0 line
  • Both public tarballs match SHA256SUMS
  • All seven renderer exports pass clean-install verification
  • Expo web and iOS production exports pass in the release workflow

Distribution

  • Immutable v0.4.0 tag and GitHub release are public
  • Both packages resolve from npm at exact 0.4.0
  • npm provenance attestations and registry signatures verify
  • Clean external installation, ESM/CJS imports, and CLI scaffolding pass
  • npm Trusted Publishing succeeds for both packages through OIDC
  • Temporary bootstrap NPM_TOKEN is absent from the protected npm environment

The stable workflow must remain token-free. Its protected publish job uses id-token: write, npm 11, repository AgentsKit-io/agentskit-chat, workflow release.yml, and environment npm.

Dogfood

  • AgentsKit Docs and Registry use the consolidated public package
  • Registry, Playbook, Doc Bridge, and approved private tracers pass their declared pins
  • Frozen installs, strict typechecks/tests, and production builds pass
  • Public browser smoke passes for Docs, Registry, and Playbook
  • No private behavior, identifier, data, or topology enters public evidence

Product close-out

  • Record release, provenance, checksums, clean install, and host smoke links on #104
  • Complete the convergence ledger only after every public and private tracer passes