frigg 0.4.5

Local-first MCP server for code understanding.
Documentation
1
2
3
4
5
6
7
8
9
mod path_quality;
mod path_witness;
mod selection;
mod shared;

pub(crate) use path_quality::PathQualityFacts;
pub(crate) use path_witness::PathWitnessFacts;
pub(crate) use selection::{SelectionCandidate, SelectionFacts, SelectionState};
pub(crate) use shared::{PolicyQueryContext, SharedIntentFacts, SharedPathFacts};