frigg 0.6.0

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
//! Predicate leaves for retrieval-policy DSL rules. Each leaf maps a stable id to a boolean test
//! over stage-specific facts.

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