Skip to content

doc-sync: fix self-contradictory hero badge in roadmap-to-v1.html - #173

Draft
jacuzzicoding wants to merge 1 commit into
developmentfrom
claude/doc-sync-2026-08-15
Draft

doc-sync: fix self-contradictory hero badge in roadmap-to-v1.html#173
jacuzzicoding wants to merge 1 commit into
developmentfrom
claude/doc-sync-2026-08-15

Conversation

@jacuzzicoding

Copy link
Copy Markdown
Owner

Summary

public/roadmap-to-v1.html's hero badge row read:

Today: v0.9.6-beta in flight
Last shipped: v0.9.6-beta · 2026-05-27

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, and CHANGELOG.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=0v0.9.6-beta
  • gh release listv0.9.6-beta published 2026-05-28
  • CHANGELOG.md## [v0.9.6-beta] — 2026-05-24

Decisions

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

  • Visual diff of the single changed line
  • Not build/test-affecting (static HTML string change only)

Filed by the nightly doc-sync audit.


Generated by Claude Code

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.
@vercel

vercel Bot commented Aug 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
animalcrossingwebapp Ready Ready Preview Aug 15, 2026 6:18am

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.

2 participants