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 an intent is compiled into an executable plan.
Source Definition
export const ControlPlanePlanCompiledEvent = defineEvent({
meta: {
key: 'controlPlane.plan.compiled',
version: '1.0.0',
description: 'Emitted when an intent is compiled into an executable plan.',
domain: CONTROL_PLANE_DOMAIN,
owners: CONTROL_PLANE_OWNERS,
tags: [...CONTROL_PLANE_TAGS, 'plan'],
stability: CONTROL_PLANE_STABILITY,
},
payload: ControlPlanePlanCompiledPayload,
});