Skip to content

EvidenceFloorZ

const EvidenceFloorZ: ZodEnum<{ ai-verified: "ai-verified"; assertion: "assertion"; executed: "executed"; mention: "mention"; unverified: "unverified"; }>

Defined in: types/src/config.ts:118

Phase 140 evidence ladder, ranked strongest to weakest: ai-verified > executed > assertion > mention > unverified. Hand-kept mirror of AcEvidenceZ (packages/types/src/summary.ts) rather than an import — summary.ts is a sibling task’s file for this phase, and this package already establishes the hand-kept-enum-mirror pattern above (CoverageProfileStrategyZ mirroring core’s BlockStrategy) for exactly this situation.