//! Module: infra
//!
//! Responsibility: expose low-level platform adapters and infra-scoped failures.
//! Does not own: workflow orchestration, policy decisions, or storage mutation.
//! Boundary: ops calls infra for mechanical platform effects and raw transport.
use crate::;
use Error as ThisError;
///
/// InfraError
///
/// Infra-layer failure wrapper converted to the workspace internal error shape.
/// Owned by infra and returned to ops callers crossing platform boundaries.
///