You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(cli): add report, badge, and ci commands (Phase 6)
- drift report [path]: generates self-contained drift-report.html with
score, per-file breakdown, collapsible issue list, and snippets
- drift badge [path]: generates badge.svg with current drift score
and grade label (LOW/MODERATE/HIGH/CRITICAL) for README embedding
- drift ci [path]: emits GitHub Actions workflow annotations inline on
PR diffs, writes step summary to GITHUB_STEP_SUMMARY, supports
--min-score to gate PRs with exit code 1
New modules: src/report.ts, src/badge.ts, src/ci.ts
Bump version to 0.6.0
0 commit comments