概要
CCG-RAG (Code Guardian RAG) is a sophisticated search and retrieval engine that allows developers to interact with large repositories through semantic queries rather than simple text matching. By leveraging tree-sitter parsing for accurate code chunking and high-performance embeddings, it helps users find specific functionality, identify similar code patterns, and navigate complex documentation. It is particularly effective for onboarding to unfamiliar codebases or building context for complex refactoring tasks within the Claude Code environment, ensuring that every AI-driven change is informed by the existing architecture.