Variable: ClientRuntimeSourceLayerSchema
Makaio Framework / contracts/client / ClientRuntimeSourceLayerSchema
Variable: ClientRuntimeSourceLayerSchema
Section titled “Variable: ClientRuntimeSourceLayerSchema”
constClientRuntimeSourceLayerSchema:ZodEnum<{adapter:"adapter";cli-wrapper:"cli-wrapper";client-hook:"client-hook";statusline:"statusline";supervisor:"supervisor"; }>
Defined in: ../../../packages/contracts/src/client/runtime-observation.ts:23
Source layer classification for a runtime observation.
Identifies the component that produced the observation signal:
'supervisor'— the Makaio supervisor process directly detected the runtime'adapter'— a client adapter emitted the signal from the adapter layer'client-hook'— a native client hook (e.g. PostToolUse) produced the signal'statusline'— a statusline / process-watcher scraper detected the runtime'cli-wrapper'— a thin CLI shim wrapping the client binary reported the signal