//! Capability policy decision core (PDP) for ACT hosts.
//!
//! Pure, synchronous, wasm-portable: `resolve` computes the effective
//! ceiling once per instantiation; the matchers classify each operation.
//! Host-only async consent helpers live behind the `host` feature.
/// The common policy decision type, returned by every provider's `classify`.
pub use Decision;