//! Bounded execution configuration.
//!
//! Runtime policy fields — max iterations, tolerances, conditioning thresholds, timing mode — kept as data, not type-level const generics.
//!
//! Defined by RFC 006 (runtime policy) and RFC 011 (timing / target profiles). Lands in Milestone 2; this Phase 0 placeholder declares no public
//! items yet.