//! Deterministic context budget assembly (ALR-P2-001 + CR-L1-001 + CR-L3-001).
//! No network, no LLM summarization.
//!
//! Sync [`MessageAssembler::assemble_layered`] is the source of truth.
//! [`AssemblePool`] / [`MessageAssembler::assemble_layered_async`] only schedule that
//! algorithm under concurrency and timeout limits (Cadence ยง5.1; Experimental Envelope).
pub use ;
pub use ;
pub use ;
pub use ;
pub use AssembleError;
pub use ;