// Side-band embedding/vector-lane health probe. Re-exported at the
// `context` level so both `crate::context::gather_embedding_diagnostics`
// (difflore-core) and `difflore_core::context::gather_embedding_diagnostics`
// (difflore-cli) resolve without reaching into `index_db`.
pub use ;
// Default number of rules injected into context. Keep this aligned with
// the local recall budget.
pub const DEFAULT_TOP_K_RULES: usize = 3;