//! dejadb-context โ LLM-ready context assembly.
//!
//! Context module: takes recall results (`SearchHit`s)
//! and renders budget-aware, provider-optimal context strings โ SML for
//! Claude, Markdown for GPT-class, TOON/JSON for machine consumers โ with
//! progressive disclosure (Full/Summary/Omit) and grain-type sections.
//! Docs frame this as infrastructure for context engineering (ยง1 stance).
pub use ;
pub use Allocation;
pub use ;