@prosdevlab/dev-agent@0.10.6
·
55 commits
to main
since this release
Patch Changes
-
d40b7fe: Graph algorithms for dev_map and dev_refs
dev_maphot paths now use PageRank over the weighted dependency graph — files depended on by other important files rank higherdev_mapshows connected subsystems ("Subsystems: packages/core (45 files), packages/cli (12 files)")dev_refsnewtraceToparameter traces the dependency chain between files through the call graph- All algorithms are hand-rolled pure functions (~230 lines), no new dependencies
- Inspired by aider's repo map (PageRank over dependency graphs)