//! Module: query::intent
//! Responsibility: query intent construction, coercion, and semantic-plan compilation.
//! Does not own: executor runtime behavior or index storage details.
//! Boundary: typed/fluent query inputs lowered into validated logical plans.
pub use ;
pub use ;
pub use PlannedQuery;
pub use StructuralQuery;
pub use ;
pub use QueryIntent;