-
v1.0.0
Stablereleased this
2026-02-05 17:14:28 +00:00 | -28 commits to main since this releaseWhat's Changed
Initial release of RepoHealth CLI - A CLI tool that analyzes Git repositories to calculate bus factor scores, identify knowledge concentration hotspots, and generate actionable risk reports.
Features
- Bus Factor Calculation: Calculate bus factor scores per file/module based on commit authorship distribution
- Hotspot Identification: Identify knowledge concentration hotspots where code ownership is concentrated
- Risk Heatmaps: Generate visual risk heatmaps showing file/module risk levels
- Diversification Suggestions: Suggest strategies to diversify code ownership
- Multiple Output Formats: Export analysis results in JSON, HTML, or terminal display
Installation
pip install repohealth-cliUsage
# Analyze current repository repohealth analyze # Analyze specific repository repohealth analyze /path/to/repository # Generate HTML report repohealth report /path/to/repository --format html --output report.htmlDownloads