Skip to content

docs: remove broken star-history chart embed - #32

Merged
Laaaaksh merged 1 commit into
masterfrom
docs/drop-star-history-chart
Aug 22, 2026
Merged

docs: remove broken star-history chart embed#32
Laaaaksh merged 1 commit into
masterfrom
docs/drop-star-history-chart

Conversation

@Laaaaksh

Copy link
Copy Markdown
Owner

What changed

Removes the star-history chart embed from the README. The ## Star this repo heading, the stargazers link, and the shields.io star badge all stay.

Why (verified, not guessed)

The chart has been rendering as just the "Star History" watermark on an empty frame in both themes:

  • The exact sealed_token URLs embedded in the README return HTTP 200 image/svg+xml ~60KB — but contain no legend and no data series (empty template).
  • Control fetch: ohmyzsh/ohmyzsh (175k+ stars) with the same token → same empty template. Tokenless and the legacy /svg endpoint → same empty template. The service's data fetch is broken/degraded regardless of token.
  • Token rotation was already tried: Use writ-scoped sealed token for star history chart #30 (writ) and vessel's #57 both rotated sealed_token and the output did not change.
  • Both repos currently have 0 stars, so the chart would legitimately be empty even if the service recovered.

Re-add a chart when the service serves data again and the repos have star history worth plotting.

The chart renders empty in both themes: the star-history API serves a
watermark-only template SVG regardless of token. Verified end to end -
the embedded sealed_token URLs return HTTP 200 with no data series, a
control fetch for ohmyzsh/ohmyzsh with the same token and the legacy
tokenless /svg endpoint also return empty templates, and rotating the
token (#30) did not change the output. With zero stars the chart would
stay empty even if the service recovered, so the README drops it; the
star badge and the 'Star this repo' link remain.
@Laaaaksh
Laaaaksh merged commit 010d096 into master Aug 22, 2026
4 checks passed
@Laaaaksh
Laaaaksh deleted the docs/drop-star-history-chart branch August 22, 2026 14:28
Laaaaksh added a commit that referenced this pull request Aug 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant