nexus-agents - v2.80.0
    Preparing search index...

    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.