//! The orchestration codecs (`docs/ONTOLOGY.md` §2.5, §3): a home folder ⇄ [`Orchestration`].
//!
//! `folder` is our own flavor and the Hermes flavor of the same file layout
//! (a profile folder IS a Hermes home); `hermes` writes a Hermes home back;
//! `openclaw` compiles and decompiles an OpenClaw state directory. The
//! decoders in `decode` are strict for O-records (unknown key = error) and
//! residue-keeping for H-records, exactly as `docs/ORCHESTRATOR-IR.md` §1
//! rule 1 states; `canonical` is the snapshot every "unchanged" decision
//! compares; `sqlite` opens stores read-only and writes fresh files.
pub use ;
pub use LoadError;
pub use ;
pub use ;
pub use ;