Transform any codebase into rich, queryable intelligence for AI coding agents. Provides function-level dependencies, semantic analysis, design pattern detection, and code quality metrics. Stop scanning files repeatedly - get comprehensive codebase understanding upfront.
Stars
24
Forks
7
Watchers
24
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
56
commits
chore(release): add CITATION.cff and bump version to 0.5.4
082e0ecView on GitHubdocs: fix description to include all 4 supported languages (Python, JS, TS, Go)
5681b10View on GitHubperf(discovery): use os.walk with directory pruning to skip gitignored dirs
73a11b1View on GitHubperf(cli): lazy-load heavy deps to eliminate --help RAM spike
f1bbab5View on GitHubdocs(readme): rewrite — concise, technical, AI query interface first
5e14ed6View on GitHubMerge pull request #6 from Raytracer76/feat/ig-query-0001
dfe8656View on GitHubfix(cache): status() now reports stale=True for unknown schema_version
6c3200aView on GitHubfix(query-cli): move imports to top, fix return type annotation, clean tests
1b259c3View on GitHubfix(T-02): type annotations — X|None, dict[str,object]; fix BFS guard ordering
ba71484View on GitHubfix(T-02): path() returns found=True unconditionally for self-reference; document callers() domain limitation
95876e7View on GitHubfeat(T-02): implement QueryEngine with 6 query methods and index construction
21ead32View on GitHub