//! P31 v11A boundary compiler microkernel scaffold.
//!
//! This is a standalone starter crate. It is intentionally narrow: strict JSON
//! boundary compilation with receipt artifacts. It is not the v11B graph compiler.
pub use cratecompile_json_boundary;
pub use crate*;