//! Module: view::env
//!
//! Responsibility: define validated runtime environment projections.
//! Does not own: environment storage, lifecycle restoration, or endpoint DTOs.
//! Boundary: ops and workflow consume this after environment invariants are restored.
use crate::;
///
/// ValidatedEnv
///
/// Read-only projection of a restored and validated Canic environment.
/// Owned by view and consumed by runtime/env workflows.
///