Skip to content

Variable: ContextSnapshotBaseSchema

Makaio Framework


Makaio Framework / services-core/context-rules / ContextSnapshotBaseSchema

const ContextSnapshotBaseSchema: ZodObject<{ adapterId: ZodOptional<ZodString>; agentId: ZodOptional<ZodString>; cwd: ZodOptional<ZodString>; sessionId: ZodOptional<ZodString>; }, $strict>

Defined in: ../../../packages/services/core/src/context-rules/schemas.ts:17

Base runtime facts accepted by the resolution service.