pub fn validate_all(store: &Store) -> Result<Vec<Issue>>Expand description
Full SWEEP (O(store)). Validate every file, every link, and every index,
adding the cross-file checks that need global state: entity-dedup DUP_*,
every-index sync (md + jsonl), and log.md ordering. CI / recovery, not the
loop.