Skip to main content

Module report

Module report 

Source
Expand description

Verdicts, reports and the release gate.

Structs§

AssertionVerdict
CaseResult
CompareReportsRequest
EvalReport
Reports are revisioned: revision 1 seals once synchronous metrics are in, and each completed batch of asynchronous analysis appends a new one.
EvaluatorVerdict
GateDecision
GatePolicy
Declarative gate: guardrails are absolute, goals are statistical, and diagnostics never gate.
GateViolation
GetReportRequest
MetricSummary
MetricThreshold
MetricValue
A measured value with the bound it was judged against. Values are stored even when they cannot fail: trace retention is shorter than conclusion retention, so a report can never rely on re-reading the trace later.
RateSlice
One observed slice of a metric: successes over a bounded denominator.

Enums§

VerdictDowngrade
Why a judged verdict is not allowed to gate this time. Recording the reason keeps “the judge was ignored” from looking like “the judge passed”.