frigg 0.10.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
9
10
11
12
13
14
15
16
//! Overlay retrieval projections for test subjects and entrypoint surfaces.
//!
//! Builds companion-path links and entrypoint-surface records that augment path-witness recall and
//! graph-channel seeding beyond raw lexical matches.

use super::*;

use super::path_witness_projection::{
    GenericWitnessSurfaceFamily, StoredPathWitnessProjection,
    generic_surface_families_for_projection, generic_surface_families_from_bits,
};

#[path = "overlay_projection/internal.rs"]
mod internal;

pub(in crate::searcher) use internal::*;