1// Process-global state for the agent phase lifecycle — production implementation.
2//
3// All I/O lives in `phase_state/io.rs` (boundary module — file stem `io`
4// is recognized as a boundary by forbid_io_effects).
56include!("phase_state/io.rs");