Variable: RootSessionLineageSchema
Makaio Framework / contracts/adapter/schemas/session-lineage / RootSessionLineageSchema
Variable: RootSessionLineageSchema
Section titled “Variable: RootSessionLineageSchema”
constRootSessionLineageSchema:ZodObject<{forkPointMessageId:ZodNull;kind:ZodLiteral<"root">;parentAdapterSessionId:ZodNull; },$strip>
Defined in: ../../../packages/contracts/src/adapter/schemas/session-lineage.ts:22
Canonical lineage contract for adapter sessions. Reusable by any adapter with fork/subagent concepts.