Agent review screens usually emphasize activity: files changed, tests passed, and a confident summary. Review quality also depends on negative evidence—what the agent did not inspect or could not verify.
Absence is not failure by itself. Hidden absence is the problem.
An inspection-coverage model
type EvidenceItem = {
target: string;






