pub fn check_evidence(
row: &Row,
evidence: &Evidence,
workspace_root: &Path,
) -> Result<(), String>Expand description
Check one evidence item for one row. Returns Err(reason) when the
citation does not resolve under every applicable preset / harness.