//! Overlay retrieval projections for test subjects and entrypoint surfaces.
//!
//! Builds companion-path links and entrypoint-surface records that augment path-witness recall and
//! graph-channel seeding beyond raw lexical matches.
use super::*;
use super::path_witness_projection::{
GenericWitnessSurfaceFamily, StoredPathWitnessProjection,
generic_surface_families_for_projection, generic_surface_families_from_bits,
};
#[path = "overlay_projection/internal.rs"]
mod internal;
pub(in crate::searcher) use internal::*;