// Embedding/vector-lane health probe, re-exported at the `context` level so
// both difflore-core and difflore-cli can resolve it without reaching into
// `index_db`.
pub use ;
/// Default number of rules injected into context. Keep aligned with the local
/// recall budget.
pub const DEFAULT_TOP_K_RULES: usize = 3;