doc-sync: fix self-contradictory hero badge in roadmap-to-v1.html - #173
Draft
jacuzzicoding wants to merge 1 commit into
Draft
doc-sync: fix self-contradictory hero badge in roadmap-to-v1.html#173jacuzzicoding wants to merge 1 commit into
jacuzzicoding wants to merge 1 commit into
Conversation
The "Today" badge claimed v0.9.6-beta was "in flight" directly beside a "Last shipped: v0.9.6-beta" badge on the same line. The tag, GitHub release, and CHANGELOG all confirm v0.9.6-beta already shipped (2026-05-24/27/28), so the "in flight" claim was stale.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
public/roadmap-to-v1.html's hero badge row read:Both badges name the same version, but one calls it "in flight" and the other calls it "shipped" — a direct self-contradiction on the same line. The git tag (
v0.9.6-beta), the GitHub release, andCHANGELOG.md's## [v0.9.6-beta]section all confirm the version already shipped, so "in flight" was stale.Fix
Changed the "Today" badge to
Today: v0.9.6-beta shipped, agreeing with the adjacent "Last shipped" badge. No other claims on the page were touched — the hand-drawn icon counts and other stats on this page are already covered by open PR #167.Sources checked
git describe --tags --abbrev=0→v0.9.6-betagh release list→v0.9.6-betapublished 2026-05-28CHANGELOG.md→## [v0.9.6-beta] — 2026-05-24Decisions
Minimal wording fix only — did not touch the exact ship date shown elsewhere on the page, since PR #166/#168 already track the multi-date ambiguity for v0.9.6-beta separately.
Test plan
Filed by the nightly doc-sync audit.
Generated by Claude Code