chore: refresh star counts for all 125 projects (2026-09-21) - #9
Merged
Merged
Conversation
Adds scripts/refresh-stars.mjs, which re-reads GitHub star counts for every catalogue entry and rewrites data/projects.json plus the featured cards, project lists, >=1K count and snapshot date in all three READMEs. Nothing is written if any lookup fails. Repositories at or above 1K stars: 31 -> 34. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
refresh-stars.mjs now re-sorts the full project list in all three READMEs after updating the counts, and picks up the latest star numbers. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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.
Summary
starsAtCaptureindata/projects.json.README.md,README.zh-CN.mdandREADME.ja.md.scripts/refresh-stars.mjsso the next refresh is one command:node scripts/refresh-stars.mjs [YYYY-MM-DD]. It needs an authenticatedghand writes nothing if any lookup fails.Notable moves: Laya 2.8K → 6.7K, Kev 591 → 1.5K, Nimble 573 → 1.4K, Jev Ultrafast 9.5K → 13.8K. No project lost stars.
Not changed
Test plan
node --test scripts/validate.test.mjs(4/4 pass; ≥1K count assertion updated to 34)🤖 Generated with Claude Code