//! Versioned contracts shared by interactive, headless, Fleet, and evaluation
//! adapters.
//!
//! This module is intentionally independent of rendering and provider clients.
//! It gives the Core-profile experiments a typed place to converge before any
//! candidate becomes the product default.
/// Schema shared by the initial Core runtime contracts.
pub const RUNTIME_CONTRACT_SCHEMA_VERSION: u32 = 1;