Skip to content

Variable: ContainerLocalSpawnRequestSchema

Makaio Framework


Makaio Framework / services-core / ContainerLocalSpawnRequestSchema

Variable: ContainerLocalSpawnRequestSchema

Section titled “Variable: ContainerLocalSpawnRequestSchema”

const ContainerLocalSpawnRequestSchema: ZodObject<{ adapter: ZodString; baseBranch: ZodString; env: ZodOptional<ZodRecord<ZodString, ZodString>>; image: ZodOptional<ZodString>; mode: ZodLiteral<"container-local">; repoPath: ZodString; runtime: ZodDefault<ZodEnum<{ full: "full"; simple: "simple"; }>>; sessionId: ZodString; worktreeBranch: ZodOptional<ZodString>; }, $strip>

Defined in: ../../../packages/services/core/src/execution-target/container-schemas.ts:31

Spawn request for container-local mode.