//! Plain-data domain types for peer ingress classification.
//!
//! These types describe the shape of classified peer traffic as it flows
//! through the ingress pipeline. They carry no authority or transition
//! semantics; DSL-owned classification state lives on the MeerkatMachine
//! dispatched via [`meerkat_core::handles::PeerCommsHandle`], and shell-side
//! mechanics (trust set, queue order, dequeue emission) live directly on
//! `ClassifiedInboxQueue` in `inbox.rs`.
/// Shape of the content payload (used for downstream rendering decisions).
pub
/// Observable lifecycle phase of the peer-ingress queue.
///
/// Mirrors the shape exposed via `meerkat_core::PeerIngressAuthorityPhase` in
/// runtime snapshots. Transitions are driven inline from the classified inbox:
/// `new` → `Absent`; admitted external envelopes move to `Received`; untrusted
/// external envelopes move to `Dropped` (or `Received` if work was already
/// queued); a full queue drain moves to `Delivered`.
pub