Operations

Operations covers the work after a model exists: deployment, observability, docs maintenance, runtime verification, and incident handling.

Main checks

AreaCheck
DeploymentApp is running, migrations are applied, environment variables are present, health checks pass.
Runtime contractsGenerated OpenAPI, GraphQL schema, Runtime MCP tools, webhooks, and subscriptions reflect the published app.
ObservabilityActivity, errors, policies, adapters, webhooks, and agents are inspectable.
DocsBuilder docs match the supported platform behavior and generated contracts.

Operational principle

Operate through supported surfaces. Do not patch production data, containers, or secrets directly unless the task is explicitly production operations and the blast radius is understood.

Builder handoff

Every release or promoted changeset should identify:

  • target app and environment
  • model artifacts changed
  • runtime contracts affected
  • verification commands run
  • operational risks
  • rollback or follow-up plan