frigg 0.9.2

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
//! Unit tests for indexer symbol extraction, manifest diffing, structural queries, and semantic index persistence.

mod support;

mod language;
mod manifest;
mod query;
mod semantic;