pub enum Vet {
Supported,
Unsupported,
Misattributed,
Overreach,
Mistyped,
Unclear,
}Expand description
What vetting a claim against its own origin can conclude.
Variants§
Supported
The evidence says what the claim says.
Unsupported
The evidence does not contain it. Judged against THIS evidence only — the claim may still be true; that question belongs to corroboration.
Misattributed
The evidence shows the statement — about someone else. The wearable’s diarization credits unknown speakers to the owner, so a claim wearing the wrong name is a distinct and common failure, and it is repaired by rebinding, not rejection.
Overreach
The evidence shows something weaker or narrower than the claim.
Mistyped
The evidence supports the content but the predicate mislabels the
relationship — an event recorded as a durable property is the
commonest shape (llm·has_role ran 2% accepted on TRUE sentences).
The repair is a retype, not a rejection; predicate names it.
Unclear
The judge did not answer in form. A harness failure, never a finding.