First stable release of couplingguard.
A free GitHub Action that posts a coupling-risk comment on every PR by
analyzing your repo's git co-change history. Five lines of YAML to
install:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: Meru143/couplingguard@v1See the README for the
full inputs table, GitLab CI setup, and the coupling cheatsheet.