Variable: ClientRuntimeSourceSchema
Makaio Framework / contracts/client / ClientRuntimeSourceSchema
Variable: ClientRuntimeSourceSchema
Section titled “Variable: ClientRuntimeSourceSchema”
constClientRuntimeSourceSchema: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').