Operations
Operations covers the work after a model exists: deployment, observability, docs maintenance, runtime verification, and incident handling.
Main checks
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