//! Pure Rust parity kernel for runx decisions.
//!
//! This crate is a placeholder. TypeScript remains the source of truth until
//! state-machine and policy parity fixtures pass in both languages.
pub const PACKAGE_NAME: &str = env!;
pub const ROLE: &str = "pure state-machine and policy parity kernel";
pub const IS_PLACEHOLDER: bool = true;