//! Pure core: no process, filesystem, env, clock, or terminal I/O lives here.
//! These modules build commands, shape the report, and parse output; all real
//! I/O stays behind the `io` and `commands` boundaries.
pubmodbatch;pubmodconfig;pubmodgate;pubmodharness;pubmodhooks;pubmodmode;pubmodnormalize;pubmodreport;pubmodshim;pubmodsignals;pubmodstructured;pubmodsync;