codelens-engine 1.13.34

Harness-native Rust MCP server for code intelligence — hybrid retrieval, mutation-gated workflows, and a token-lean response contract tuned for frontier agent models (Claude Fable-class)
Documentation
1
2
3
4
5
6
7
mod priors;
mod rank;
mod weights;

pub(crate) use rank::{prune_to_budget, rank_symbols};
pub(crate) use weights::RankingContext;
pub use weights::weights_for_query_type;