frigg 0.5.0

Local-first MCP server for code understanding.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Unit tests for provenance storage schema, manifest snapshots, semantic embeddings, vector search, and retention pruning.

mod support;

mod manifest;
mod provenance;
mod retention;
mod schema;
mod semantic;
mod vector_store;