repo-inspect: CLI tool for focused code extraction for AI agents
repo-inspect lets AI agents ask specific questions like "how is X implemented?" and returns concise Markdown files with the relevant source code, respecting .gitignore. It runs as a Rust binary on the local machine, avoiding network calls and cost. Ideal for developers building AI assistants that need accurate, context‑limited code information, offering a more surgical alternative to full repo dumps. Compared to similar tools, it’s zero‑API, zero‑cost, and produces structured outputs for easy consumption.
View on GitHub →gjczone/repo-inspect