frigg 0.10.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
7
8
//! Stable re-export surface for language registry types used outside the `languages` module.
//!
//! Keeps indexer, searcher, and path-classification call sites on one import path while language
//! adapters and grammars remain encapsulated under `languages/`.

#![allow(unused_imports)]

pub(crate) use crate::languages::*;