frigg 0.9.1

Frigg gives AI agents local, source-backed code search and navigation without sending whole repositories through every prompt.
Documentation
1
2
3
4
5
6
7
8
//! Score-rule pipelines for path quality, path witness recall, and top-k selection.
//!
//! Each pipeline applies score rules in a declared stage order; predicates gate rules so disabled
//! intents never mutate rankings.

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