//! CLI adapters for the shared canonical-content loader.
//!
//! Parsing and embedding belong to `shepherd_compiler::content`; this module
//! only maps its typed errors onto the CLI's exit/reporting boundary.
use Path;
use ;
use crateCliError;
/// Load authored content from a filesystem `content/` directory.
/// Parse the one canonical corpus embedded by `shepherd-compiler` at build
/// time. The CLI and WASM component therefore receive identical typed inputs.