
Claude/cursor feel great until the repo becomes huge.
Been using Cursor and Claude a lot recently and noticed one major problem:
Once the codebase grows, they start losing context badly.
Random edits.
Duplicate logic.
Missing abstractions.
Pulling unrelated files into context.
So I built an open source codebase intelligence layer for AI coding agents.
It indexes the repo into:
dependency graphs
git intelligence
auto-generated docs
architectural decisions
And exposes everything through MCP tools so agents can actually understand the codebase before generating code.
Also has a local dashboard to explore large repos visually.
Would genuinely love feedback from devs here.
Link to repo: https://github.com/repowise-dev/repowise