正在加载视频...
视频加载失败
Nobody's talking about how insane this is. Claude Code can now see your entire codebase before it touches a single file. found a repo called repowise, here's what one pip install does: it maps every file, class and function into a dependency graph with PageRank. it turns your git... show more
187,571 次观看 • 1 个月前 •via X (Twitter)
15 条评论

Whole-codebase context before coding is a game changer.

This is a great share

Quite helpful share

@heyrohitai that's kinda wild. can't imagine debugging with something that knows my code better than i do.

Great post

Thank you

先画依赖图再动手,跨文件改动会稳不少。

Wow, that's a seriously impressive tool! It's amazing how much this can help developers.

offline pagerank graph keeps code private while mapping dependencies

This is the part of AI coding that genuinely changes the game, "context before code". The hard part was never just writing the function, it was knowing what that function might break. If AI can map dependencies, history and risk before touching the code, we’re moving from “AI coding” to AI engineering. Curious how this holds up on a messy production codebase though. 👀

So helpful tool

Giving agents a map of the codebase before editing is a huge advantage

Mapping hidden links between files is really useful.

A dependency graph can prevent blind edits, but it becomes dangerous when stale. Repowise should expose when the graph was built, which files changed since, and whether dynamic imports or generated code are missing. The agent needs uncertainty about the map, not just the map.

Looks like a great tool, The things repowise is building is visionary
