Skip to content

feat: add vajra score command with automated letter grading#33

Merged
copyleftdev merged 1 commit into
mainfrom
feat/health-scoring-v2
Apr 10, 2026
Merged

feat: add vajra score command with automated letter grading#33
copyleftdev merged 1 commit into
mainfrom
feat/health-scoring-v2

Conversation

@copyleftdev

Copy link
Copy Markdown
Owner

Summary

  • New vajra score command with deterministic letter grades (A through F)
  • Scores across 5 dimensions: bus_factor, code_stability, contributor_retention, velocity_trend, issue_response
  • 632 lines of scoring logic in vajra-types/src/scoring.rs
  • CLI with --author-field, --time-field, --message-field, --comments-field
  • JSON/text/markdown output

Closes #26
🤖 Generated with Claude Code

Add LetterGrade/DimensionScore/HealthScore types with grading rubrics
for commit entropy, fix ratio, one-commit rate, velocity trend, and
zero-comment rate. Wire the Score command into the CLI with configurable
JSONPath fields for author, time, message, and comments.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@copyleftdev copyleftdev merged commit 8a9393b into main Apr 10, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Automated health scoring: vajra score command with letter grades

1 participant