pub const EMERGENCY_STOP_DENY_REASON: &str = "kernel emergency stop active";Expand description
Deny reason surfaced by every evaluate path when the emergency kill
switch is engaged. Exposed as pub so HTTP adapters and SDKs can
pattern-match on the exact string without drifting.