via “incremental codebase indexing with change detection”
** - Scaffold is a Retrieval-Augmented Generation (RAG) system designed to structural understanding of large codebases. It transforms your source code into a living knowledge graph, allowing for precise, context-aware interactions that go far beyond simple file retrieval.
Unique: Implements delta-based indexing with file-level change detection and selective re-parsing, avoiding full codebase re-indexing on every change. Maintains file hash tracking and timestamp metadata to detect stale entries and enable efficient incremental synchronization.
vs others: Faster than full re-indexing approaches (e.g., Elasticsearch reindexing) by 50-100x for typical code changes, and more reliable than naive git-diff approaches by tracking actual file content hashes rather than relying on git metadata alone