OSS-first docs
These docs teach the open system first: contracts, generated surfaces, runtimes, governance, and incremental adoption. Studio shows up as the operating layer on top, not as the source of truth.
Emitted when a plan fails verification or governance checks.
Source Definition
export const ControlPlanePlanRejectedEvent = defineEvent({
meta: {
key: 'controlPlane.plan.rejected',
version: '1.0.0',
description: 'Emitted when a plan fails verification or governance checks.',
domain: CONTROL_PLANE_DOMAIN,
owners: CONTROL_PLANE_OWNERS,
tags: [...CONTROL_PLANE_TAGS, 'plan', 'governance'],
stability: CONTROL_PLANE_STABILITY,
},
payload: ControlPlanePlanRejectedPayload,
});