The checker maps each research finding to one of three verdicts: it confirms an existing recalled claim, contradicts a recalled claim, or identifies a brand fact as new to mark as an unprompted memory gap.
flowchart LR
F[Research Finding] --> C{Checker Assessment}
C -->|Matches Recall| Conf[Confirms: Verdict Correct]
C -->|Conflicts with Recall| Cont[Contradicts: Verdict Incorrect]
C -->|Absent from Recall| Gap[New: Verdict Gap]