ADR Verify Companion to . After import, reads the persisted graph and surfaces integrity issues: - Dangling refs — edge points at an ADR ID that doesn't exist in . Common cause: the referenced ADR is in a sibling repo or got deleted. - Supersede cycles — and (or longer cycles). Always data corruption. - Status mismatches — an ADR is the source of a edge but its own status isn't . Usually a missed status update during a successor ADR's promotion. When to use - Right after to confirm the graph is healthy - In CI as a fail-closed gate ( exits 1 on any issue) - Before publishing an ADR-related re…