//! Module: workflow::cost_guard
//!
//! Responsibility: map cost guard ops errors onto workflow/public error surfaces.
//! Does not own: quota accounting, cycle reservations, or command policy.
//! Boundary: workflow modules call this after `CostGuardOps::reserve` failures.
use crate::;