The checker maps each research finding to claims by updating recalled entries with 'correct' or 'incorrect' verdicts, creating new claims marked as 'gap' for unprompted facts, and adding source URLs while protecting existing human rulings.
flowchart TD
F[Research Finding] --> D{Verdict Type}
D -->|Confirms / Contradicts| R[Recalled Claim]
D -->|New Fact| G[Create New Claim]
D -->|Matches Prior Research| RG[Reground Existing Gap]
R -->|Not Human Ruled| UR[Set verdict + grounded]
R -->|Human Ruled| HR[Preserve verdict + grounded]
G --> NC[Set verdict: gap + grounded]
RG --> EG[Update last-seen + Keep verdict: gap]
UR --> CS[(Insert Claim Source)]
HR --> CS
NC --> CS
EG --> CSReferenced by