• v1.0.0 8fdaa1d1b1

    v1.0.0
    Some checks failed
    CI / test (push) Failing after 29s
    CI / build (push) Has been skipped
    CI / lint (push) Failing after 6s
    Stable

    7000pctAUTO released this 2026-02-05 17:14:28 +00:00 | -28 commits to main since this release

    What'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-cli
    

    Usage

    # 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.html
    
    Downloads