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 event-site schema changes, generate and apply migrations.
bash
npm run db:generate
npm run db:migrate:local
  1. For control-plane schema changes, apply control-plane migrations.
bash
npm run db:migrate:control-plane:local

Decision points

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

Released under the MIT License.