About
AI assistants often struggle with the vastness and complexity of modern codebases, only processing small snippets or relying on tedious manual context provision. Structured Repo Context (SRC) addresses this by transforming your entire codebase into an AI-ready resource. It indexes code into semantic, searchable chunks, enriched with AST metadata and cross-file context, making it truly understandable for AI assistants and Large Language Models. Leveraging hybrid search (vector, BM25, RRF fusion) and incremental updates, SRC provides a powerful foundation for enhanced code review, debugging, refactoring, and onboarding, enabling more intelligent and efficient developer workflows.