GitHub Issue

README shows star badge and star history for chatgptprojects/claude-code instead of chatgptprojects/clear-code

Discovered On Apr 1, 2026
Primary Metric open
## Summary The README for `chatgptprojects/clear-code` currently displays GitHub stars and star history for a different repository: `chatgptprojects/claude-code`. ## Current Behavior In `README.md`: - the top "Stars" badge links to `chatgptprojects/claude-code` - the "Star History" section also references `chatgptprojects/claude-code` As a result, the metrics shown in the README do not match this repository. ## Expected Behavior The README should consistently reference `chatgptprojects/clear-code` for: - the GitHub stars badge - the star history chart - the star history link target ## Evidence ### Top stars badge `README.md` currently contains: ```md [![Stars](https://img.shields.io/github/stars/chatgptprojects/claude-code?style=for-the-badge&color=yellow)](https://github.com/chatgptprojects/claude-code/stargazers) ``` ### Star History section `README.md` currently contains references like: ```md ``` and image sources using: ```md https://api.star-history.com/image?repos=chatgptprojects/claude-code&type=date... ``` ## Suggested Fix Replace `chatgptprojects/claude-code` with `chatgptprojects/clear-code` in the README where repository metrics are referenced. ## Duplicate Check I checked the current issues and recent PRs and did not find an existing report specifically about the README stars/star history pointing to the wrong repository.
View Raw Thread