status-commit
v1.3.0
Published
STATUS commit workflow toolkit: git hooks, CI checks, and risk dashboards for readable histories.
Downloads
27
Maintainers
Readme
status-commit
CLI tool for STATUS commit enforcement and lightweight git history intelligence.
Install
npm install -g status-commit # from npm
# or locally from this repo
cd status-commit && npm install -gCommands
status-commit install [--ci --templates] [-f]- install commit hooks and optionally drop GitHub workflow + PR/issue templatesstatus-commit commit "<msg>"- validate a message (useful in CI)status-commit scan [--limit 200]- scan git history, compute risk, store in SQL.js DBstatus-commit report [--limit 50]- console report of recent commits and riskstatus-commit dashboard [--limit 200]- generate static HTML dashboard and open it
Notes
- STATUS code list is unchanged (see repo root README/
status-codes.json). - VS Code extension lives at
vscode-extension/(unchanged).
