frigg 0.5.0

Local-first MCP server for code understanding.
Documentation
1
2
3
4
5
//! Score-rule pipelines for path quality, path witness recall, and top-k selection.

pub(crate) mod path_quality;
pub(crate) mod path_witness;
pub(crate) mod selection;