Skip to content

doc-sync: fix stale hand-drawn icon count in roadmap-to-v1.html - #167

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

doc-sync: fix stale hand-drawn icon count in roadmap-to-v1.html#167
jacuzzicoding wants to merge 1 commit into
developmentfrom
claude/doc-sync-2026-08-02

Conversation

@jacuzzicoding

Copy link
Copy Markdown
Owner

Summary

public/roadmap-to-v1.html's "Where we are" summary card and the hand-drawn-icons milestone note still counted 7 shipped / 203 remaining, while the top stat tile on the same page already reads 10/210. Three hand-drawn icons shipped since the card was last touched — goldfish (PR #136), tadpole and agrias butterfly (PR #144) — but the summary card and prose species list were never updated to match, so the page contradicted itself.

Changes

  • "Where we are" card: 710 shipped, 203200 unique species remaining
  • Prose species list: 4 fish6 fish (adds goldfish, tadpole), 3 bugs4 bugs (adds agrias butterfly)
  • Hand-drawn milestone body: 203200 unique fish + bug species remaining

Out of scope for this pass: the per-game drawn/scraped breakdown array further down the same page (used to render the game-by-game progress bars) also looks stale, but recomputing it correctly requires cross-referencing each game's catalog against the current hand-drawn set rather than a straight text correction — left for a follow-up.

Decisions

None — this is a minimal numeric/text correction with no interpretation required (the correct values were already present in the same file's top stat tile).

Test plan

  • Visually diffed the changed lines against the current icon-sources/ inventory (6 fish + 4 bugs = 10 hand-drawn pieces)
  • Not run: npm run build / npm test — change is a static HTML content edit with no build-affecting code

Generated by Claude Code

The "Where we are" summary card and hand-drawn milestone note still
reflected the pre-goldfish/tadpole/agrias-butterfly count. The top
stat tile already read 10/210; this brings the rest of the page back
in line and lists all six drawn fish and four drawn bugs.
@vercel

vercel Bot commented Aug 2, 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 2, 2026 6:16am

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