Expand description
Workspace-friendly file indexer extracted from VTCode.
vtcode-indexer offers a lightweight alternative to heavyweight
search/indexing stacks. It recursively walks a workspace, computes
hashes, and stores per-file metadata in Markdown-friendly summaries
so changes remain easy to audit in git.
Structsยง
- File
Index - Simple file index entry.
- Search
Result - Simple search result.
- Simple
Indexer - Simple file indexer.
- Simple
Indexer Config - Configuration for
SimpleIndexer.