Skip to content

feat: add commit streaks tracking#4

Merged
mloncarevich merged 1 commit into
mainfrom
feat/commit-streaks
Feb 15, 2026
Merged

feat: add commit streaks tracking#4
mloncarevich merged 1 commit into
mainfrom
feat/commit-streaks

Conversation

@mloncarevich

Copy link
Copy Markdown
Owner

Summary

  • Add commit streak calculation (consecutive days with commits)
  • Display current streak, longest streak, and total active days
  • Include streaks in JSON output

Demo

🔥 Commit Streaks

  Current streak: 5 days 🔥🔥🔥🔥🔥
  Longest streak: 14 days
  Total active days: 42

JSON output

{
  "streaks": {
    "current_streak": 5,
    "longest_streak": 14,
    "total_active_days": 42,
    "last_commit_date": "2026-02-06"
  }
}

Made with Cursor

@cursor

cursor Bot commented Feb 15, 2026

Copy link
Copy Markdown

You have run out of free Bugbot PR reviews for this billing cycle. This will reset on March 3.

To receive reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

@mloncarevich mloncarevich merged commit ba06745 into main Feb 15, 2026
4 of 5 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.

1 participant