Build
At a glance
- Contributor path for code changes, schema updates, and release-safe docs updates.
Do this
- Run quality checks.
bash
npm run check
npm test
npm run docs:check- For schema changes, generate and apply migrations.
bash
npm run db:generate
npm run db:migrate:localAll 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.