//! Export a repository to the JSON-ADR format.
//!
//! JSON-ADR is a machine-readable representation of a decision log -- handy for
//! feeding ADRs to other tools or to AI agents that reason over them.
//!
//! Run with: `cargo run -p adrs-core --example export_json`
use ;