Skip to main content
← Back to list
01Issue
BugClosedSwamp Club
Assigneesswamp_lord

Relationships

#813 Leaderboard and profile streak not reporting

Opened by mblayman · 6/25/2026

I ran some swamp workflows both yesterday (6/24/26) and today (6/25/26). Previously, I've seen my swamp profile update the streak fairly quickly, but now my data does not appear to be there (i.e., streak broken). I looked at the Leaderboard and see a smaller number of users in the last 24 hours than I've seen in the past. Judging by the fact that I'm not on the list even though I've used swamp in the last 24 hours, this leads me to suspect that something is wrong with whatever data pipeline is collecting user data and reporting it.

02Bog Flow
OPENTRIAGEDIN PROGRESSCLOSED

Closed

6/25/2026, 9:34:50 AM

No activity in this phase yet.

03Sludge Pulse
john assigned swamp_lord6/25/2026, 8:48:58 AM
Editable. Press Enter to edit.

evrardjp commented 6/25/2026, 8:44:19 AM

Just curious: Did you disable telemetry? Did you ask your agent what's going on to help debug this?

john commented 6/25/2026, 9:33:56 AM

Thanks for the detailed report, @mblayman, this was a good one to dig into.

We traced it through the data, and your activity is all there: the pipeline ingested your runs correctly on the 23rd and the 25th. The problem is that streaks are currently counted by UTC calendar day, and your sessions on the 24th happened late enough in your local evening that they landed in the UTC 25th. That left the UTC "24th" with no CLI activity, so the streak logic saw a one-day gap and reset your count to 1. Because your score is multiplied by that streak, the smaller multiplier actually lowered your net total today, which is why you also dropped off the "last 24 hours" leaderboard.

This isn't really your fault. We're going to rebalance how streak points are calculated so consistent daily use is rewarded fairly regardless of timezone, and likely so an active day can't ever reduce your score.

john commented 6/25/2026, 9:34:47 AM

Closing this issue as things are working as expected & I'll follow up with the team to fixup the streak multiplication logic et al.

mblayman commented 6/25/2026, 2:10:01 PM

Thanks John. I appreciate you looking into this, even though it turned out to be expected behavior for now and my timing was just unfortunate.

And thanks for working on Swamp. I'm enjoying the tool so far.

Sign in to post a ripple.