Skip to content

Variable: ClientRuntimeSourceSchema

Makaio Framework


Makaio Framework / contracts/client / ClientRuntimeSourceSchema

const ClientRuntimeSourceSchema: ZodObject<{ layer: ZodEnum<{ adapter: "adapter"; cli-wrapper: "cli-wrapper"; client-hook: "client-hook"; statusline: "statusline"; supervisor: "supervisor"; }>; producer: ZodString; }, $strip>

Defined in: ../../../packages/contracts/src/client/runtime-observation.ts:39

Source descriptor identifying what produced a runtime observation.

  • layer — high-level component classification (see ClientRuntimeSourceLayerSchema).
  • producer — stable producer identifier within that layer (e.g. 'claude-code-adapter').