frigg 0.5.0

Local-first MCP server for code understanding.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Text-search regression modules covering literal, regex, ripgrep, ordering, candidate discovery, and hybrid recall.

use super::*;

mod candidate_discovery;
mod hybrid;
mod literal;
mod ordering;
mod regex;
mod ripgrep;