Skip to content

Build

At a glance

  • Contributor path for code changes, schema updates, and release-safe docs updates.

Do this

  1. Run quality checks.
bash
npm run check
npm test
npm run docs:check
  1. For schema changes, generate and apply migrations.
bash
npm run db:generate
npm run db:migrate:local

All tables (platform and event-scoped) live in a single shared database. There is no separate control-plane migration step.

Decision points

  • Need exact command, route, and data contracts: use Reference.

Released under the MIT License.