ADR Index Persists every ADR under or to the namespace and every relationship (supersedes / amends / related / depends-on) to . Handles both ADR formats found in the Ruflo monorepo: - v3-style : heading + line - plugin-style : YAML frontmatter ( , ) Implementation is in (one Bash call) rather than dozens of per-ADR MCP tool calls — same effective behavior, materially faster, dual-format-aware, and false-positive-resistant for issue numbers. When to use - After importing ADRs from another project - When the AgentDB graph is out of sync with the on-disk ADR files - Bootstrapping ADR tracking on…