This project named code-espy ('espy' as in 'catch sight of') is a tool to gather, analyze, and produce helpful insights from codebases. This includes:
- Coding patterns and conventions, so developers can write better aligned code the first time
- Codebase context, so developers can find relevant connections between their task(s) and the codebase
- Historical decisions and reasonings, so developers can make more informed decisions when writing code
- Uses
qwen3-embedding:latestfor embeddings - Uses
qwen2.5-coder:7bfor generation
git clone https://github.com/bjester/code-espy.git
cd code-espy
uv venv
uv synccode-espy ingest /path/to/repo
code-espy ui