//! Layer-neutral identifiers and boundary-safe primitives.
//!
//! This module contains:
//! - Pure identifiers (IDs, enums, newtypes)
//! - Boundary-safe wrappers used across ops, workflow, and API
//!
//! It must not contain:
//! - Business logic
//! - Policy decisions
//! - Storage-backed types
pub use capability as cap;
pub use CanisterRole;
pub use ;
pub use IntentResourceKey;
pub use ;
pub use BuildNetwork;
pub use SubnetRole;