hallouminate 0.2.0

A markdown corpus indexer for LLMs to build and query their own per-repo wikis.
Documentation
1
2
3
4
5
6
7
mod apply;
mod writer;

pub mod index;
pub mod plan;

pub use index::*;