greplm-core 0.1.0

Core indexing and search engine for greplm: a trigram code index for LLM agents.
Documentation

greplm-core: an extreme-performance, trigram-based code indexer for LLM agents.

The index lives in a .greplm/ directory at the project root and consists of immutable, mmap-backed segments (trigram FST + roaring posting lists + doc and symbol tables). Search filters candidate documents by trigram intersection, then verifies matches with the real literal/regex matcher.