//! Reusable analysis primitives for `%files` sections.
//!
//! Phase 18 introduces a single component, [`FilesClassifier`], which
//! the new `%files`-flavoured lint rules (RPM360 onward) share for
//! profile-aware path expansion, directive flattening, and shape
//! detection (devel/locale/systemd/...).
//!
//! Rules do not call into the AST's macro registry directly any more —
//! they ask the classifier for resolved paths and flag summaries.
pub
pub
// Selectively re-export the types call sites name explicitly. The
// remainder (`EntryClassification`, `DirectiveSummary`, `AttrSummary`)
// are reached through inference on `classify()`'s return type and the
// field projections off it; re-exporting them at the module root
// would only add unused-import noise.
pub use ;
pub use ;