fix(stats): wire clearpath as a live producer (statsPath)#113
Merged
Conversation
The estate stats showed clearpath as total 0 / seeded — because its stats-config entry had no statsPath, so update-stats never fetched its producer stats.json. This was pre-existing (clearpath-52 was seeded 0 too) but hid the real count: the clearpath repo now ships a working stats.yml producer emitting stats.json (total 39, repo neckarshore-mmps/clearpath). Adding statsPath makes update-stats fetch it; the aggregate's live-wins-by-slug dedup drops the redundant seed row automatically (no double-count), and the estate number becomes honest. Verified: stats-config.json valid, test:unit 81/81, check:privacy OK. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013Sxyx5TvFWqVXYMfZoLztw
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe ChangesStats Config Update
Estimated code review effort: 1 (Trivial) | ~2 minutes Compact metadata
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
The estate stats showed clearpath as total 0 / seeded — its
stats-config.jsonentry had nostatsPath, soupdate-statsnever fetched its producerstats.json. Pre-existing (clearpath-52 was seeded 0 too), but it hid the real count.The clearpath repo now ships a working
stats.ymlproducer emittingstats.json(total 39,repo neckarshore-mmps/clearpath). Adding"statsPath": "stats.json"makesupdate-statsfetch it; the aggregate's live-wins-by-slug dedup drops the redundant seed row automatically (no double-count). The estate number becomes honest (~2611 → ~2650).Verification
stats-config.jsonvalid ·test:unit81/81 ·check:privacyOK.🤖 Generated with Claude Code
https://claude.ai/code/session_013Sxyx5TvFWqVXYMfZoLztw
Summary by CodeRabbit