Variable PolicyGateSpecSchemaConst
PolicyGateSpecSchema: ZodObject<
{
id: ZodString;
afterStage: ZodString;
beforeStage: ZodString;
rules: ZodArray<ZodString>;
onFail: ZodEnum<{ warn: "warn"; block: "block"; escalate: "escalate" }>;
},
$strip,
> = ...
Policy gate inserted between pipeline stages.