argus-gitpulse 0.5.6

AI code review platform — your coding agent shouldn't grade its own homework
Documentation
1
2
3
4
5
6
7
8
9
10
//! Git history analysis: hotspots, temporal coupling, and knowledge silos.
//!
//! Mines git history using git2 to detect high-churn hotspots, temporally
//! coupled files, and knowledge silos (bus factor) to identify fragile code
//! areas that deserve extra review attention.

pub mod coupling;
pub mod hotspots;
pub mod mining;
pub mod ownership;