You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add evidence.csv: flag records by number of distinct public sources
Most enriched records carry 2-10 verifier-checked sources (median ~4),
but sites_seed.csv keeps only the single strongest evidence_url. The new
normalized table restores the full set — one row per (record, distinct
URL) — reconstructed from the verified enrichment JSON.
- pipeline/build_evidence.py -> data/evidence.csv (291 source rows;
53/72 sites carry >=2 distinct sources, max 10)
- build_map.py: joins per-record counts, adds a 'Sources (#)' tooltip
field on pins and arcs (defaults to 1 — every record has >=1 source)
- compute_sites.csv gains an evidence_count column (Renaissance and
Citadel show as single-source; Verne 8, HRT Lefdal 6)
- 6 new tests: evidence schema, referential integrity, url hygiene,
per-record url uniqueness, every-site-covered, compute-count sync
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments