A developer tool that tracks how functions and modules have changed across git history to help you understand the evolution of a codebase.
A developer tool that tracks how functions and modules have changed across git history to help you understand the evolution of a codebase. It uses AST analysis to follow code blocks through refactors and renames, mapping out dependencies and changes to show how the architecture reached its current state.
It is supposed to act as a developer utility designed specifically to help people contribute to complex open-source projects they didn't write.