Events

Generated command/event contract artifacts for the event system.

Read order

  1. Event catalog for event types and payload schemas.
  2. Command catalog for command definitions and validators.
  3. Event usage map for emitter/applier wiring.

Regeneration

Run from repo root:

go run ./internal/tools/eventdocgen

This updates:

  • docs/events/event-catalog.md
  • docs/events/command-catalog.md
  • docs/events/usage-map.md

Table of contents