//! Application metadata artifact loading and inspection types.
//!
//! The CLI reaches application metadata by shelling out to the app's
//! `arcature-metadata` binary (AGENTS.md §16 standalone-first: the CLI does
//! not depend on `arcature`). The binary emits a JSON artifact with modules,
//! routes, and services — never booted infrastructure (PROGRAM.md
//! §"Side-effect-free inspection").
pub use ;
pub use load;