Variable: ContainerLocalSpawnRequestSchema
Makaio Framework / services-core / ContainerLocalSpawnRequestSchema
Variable: ContainerLocalSpawnRequestSchema
Section titled “Variable: ContainerLocalSpawnRequestSchema”
constContainerLocalSpawnRequestSchema: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.