-
Notifications
You must be signed in to change notification settings - Fork 1
docs: add Star History chart image with sealed token #66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔍 Duplicate README files may conflict on case-insensitive file systems The repository has both Was this helpful? React with 👍 or 👎 to provide feedback. |
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -284,8 +284,7 @@ The project uses GitHub Actions for automated build, test, security scanning, an | |||||||||
|
|
||||||||||
| ## Star History / Histórico de Estrelas | ||||||||||
|
|
||||||||||
| See the [star history chart](https://www.star-history.com/?repos=afonsoft%2FQRCoder.Core&type=date&legend=top-left) for this repository.<br/> | ||||||||||
| Veja o [gráfico de histórico de estrelas](https://www.star-history.com/?repos=afonsoft%2FQRCoder.Core&type=date&legend=top-left) deste repositório. | ||||||||||
| [](https://www.star-history.com/?repos=afonsoft%2FQRCoder.Core&type=date&legend=top-left) | ||||||||||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🟡 Portuguese description removed from the bilingual README's star history section The Portuguese translation of the star history description is dropped ( Impact: The bilingual README no longer provides Portuguese text for the star history section, breaking the project's bilingual documentation standard. Bilingual documentation rule violation detailsThe Before this change, the Star History section had two lines:
After this change, both lines are replaced with a single image badge with English-only alt text ( AGENTS.md explicitly requires under "DO (Faça)": "Documentação bilíngue (pt-BR + en-US)"
Suggested change
Was this helpful? React with 👍 or 👎 to provide feedback. |
||||||||||
|
|
||||||||||
| ## StarMapper | ||||||||||
|
|
||||||||||
|
|
||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📝 Info: Star-history sealed_token in URL is a public embedding token, not a secret
The
sealed_tokenparameter in the star-history API URL (e.g.,https://api.star-history.com/chart?...&sealed_token=a1KQPz...) might appear to be a committed secret. However, star-history.com provides these tokens publicly for anyone embedding their chart badges — they are not private API keys or credentials. This does not violate the AGENTS.md Hard Rule H4 ("Secrets: nunca commitar.env, tokens ou API keys") since it is not a secret credential.Was this helpful? React with 👍 or 👎 to provide feedback.