Skip to content

DeepVerifyMetaZ

const DeepVerifyMetaZ: ZodObject<{ diffBytes: ZodNumber; diffProvided: ZodBoolean; filesCount: ZodNumber; inputTokens: ZodOptional<ZodNumber>; model: ZodOptional<ZodString>; outputTokens: ZodOptional<ZodNumber>; provider: ZodString; truncated: ZodBoolean; }, $strip>

Defined in: types/src/summary.ts:33

Phase 70: run-level provenance for a --deep verifier pass — records what the verifier was actually given, so a verdict is auditable. diffProvided is false only when no diff could be collected; truncated flags that the diff was clipped to verifier.diffCapBytes before the verifier saw it.