doc-sync: fix ACNH coverage overstatement + stale main version#166
Draft
jacuzzicoding wants to merge 1 commit into
Draft
doc-sync: fix ACNH coverage overstatement + stale main version#166jacuzzicoding wants to merge 1 commit into
jacuzzicoding wants to merge 1 commit into
Conversation
CHANGELOG.md and the v0.9.6-beta GitHub release both document ACNH icon coverage landing at 95.5% (315/330) with 88 wiki-scraped items, but docs/roadmap-to-v1.md and public/version-history.html still claimed "~100%" and "103 unique items scraped" (103 was the pre-work gap estimate, not the actual scrape count). Also corrected an undercount of hand-drawn icons shipped in v0.9.6-beta (goldfish was dropped from two spots that otherwise correctly listed it), and README.md's "Last stable on main" note, which still said v0.8.2-alpha even though every v0.9.x beta through v0.9.6-beta has since merged and tagged on main. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GRwmcv7coQteYTq3zfESaf
|
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
Nightly doc-sync audit 2026-07-06 found five clear-drift corrections across three files.
ACNH coverage overstated as "~100%" (2 files, 3 spots).
CHANGELOG.md's[v0.9.6-beta]entry and the published GitHub release both document ACNH icon coverage landing at 95.5% (315/330) with 88 wiki-scraped items added (103 was the pre-work gap estimate carried over from the v0.9.5 planning section, not the actual scrape count — 88 scraped + 15 genuine gaps = 103).docs/roadmap-to-v1.md(line 9) andpublic/version-history.html(the v0.9.6-beta timeline card and its velocity-table row) still said "~100%" / "103 unique items scraped".Hand-drawn icon count undercounted (2 spots in version-history.html). The v0.9.6-beta timeline card title and velocity-table row both said "two hand-drawn icons (tadpole, agrias butterfly)", omitting goldfish — self-contradicting the timeline card's own bullet two lines below, which correctly lists all three (goldfish 8th, tadpole 9th, agrias butterfly 10th).
README.md— stale "Last stable on main" claim. Saidv0.8.2-alpha.git tag --merged origin/mainconfirms every v0.9.x beta through v0.9.6-beta has since merged and tagged onmain(release-branch process perdocs/roadmap-to-v1.md's process invariants), somainis now atv0.9.6-beta.Not touched
CLAUDE.md— already correct (a prior cleanup, PR Cleanup: delete 4 dead files + fix stale CLAUDE.md claims and version drift #157/chore: delete dead files + fix stale docs and version drift (#157) #159, fixed the version drift and dead-file references there)CLAUDE.md's v0.9.6-beta Roadmap section still reads "(next milestone)" instead of "shipped" — this is covered by existing open draft PR doc-sync: bump version references v0.9.5-beta → v0.9.6-beta #149, not duplicated here.claude/rules/architecture.md/docs/architecture.mdheader + dead-file refs — covered by existing open draft PR doc-sync: remove dead file refs in .claude/rules/architecture.md; bump headers to v0.9.6-beta #163CLAUDE.mdmissingstoreMigrations.test.ts/bootstrapMigration.test.tsentries — covered by existing open draft PR doc-sync: add storeMigrations.test.ts + bootstrapMigration.test.ts to CLAUDE.md file structure #164CLAUDE.md's stalemodals/directory node — covered by existing open draft PR doc-sync: remove stale modals/ directory entry from CLAUDE.md #165public/version-history.html's "Currently building" checklist (ACWW/ACNH stats, hand-drawn count) — covered by existing open draft PR doc-sync: fix version-history.html table order, styling, and v0.9.6 stats #162package.json,CHANGELOG.md, or the architecture docs' file-path references (verified every backtick-quoted path against the filesystem)Test plan
docs/roadmap-to-v1.mdline 9 reads "95.5% coverage, 315/330" and "three new hand-drawn icons (goldfish, tadpole, agrias butterfly)"public/version-history.html: v0.9.6-beta timeline card title and bullet both say "three hand-drawn icons" / "95.5% (315/330)"; velocity table row matchesREADME.md: "Last stable onmain" readsv0.9.6-betaGenerated by nightly doc-sync audit · 2026-07-06
Generated by Claude Code