doc-sync: goldfish icon unreleased docs + stale 512→768 pipeline ref#137
Merged
Conversation
…ipeline ref Four minimal corrections detected by nightly doc-sync run 2026-05-12: - CHANGELOG.md: add goldfish (8th hand-drawn icon, PR #136) to [Unreleased] - docs/roadmap-to-v1.md: hand-drawn progress 7→8 of 255, add goldfish to list, date updated to 2026-05-11 (when PR #136 merged) - public/version-history.html: "seven hand-drawn icons" → "eight", add goldfish to the Currently Building checklist item - CLAUDE.md: icon-sources comment "512 deploy assets" → "768 deploy assets" (TARGET_SIZE was bumped in PR #115 / v0.9.4-beta; stale since then) https://claude.ai/code/session_01MEw8nPdnLDstoNHXVWs1SP
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR syncs documentation and release-tracking artifacts after PR #136 (hand-drawn goldfish icon) landed on development, and corrects a stale TARGET_SIZE reference in CLAUDE.md.
Changes:
- Add goldfish hand-drawn icon entry to
CHANGELOG.mdunder[Unreleased]. - Update v1.0 hand-drawn progress in
docs/roadmap-to-v1.mdfrom 7 → 8 (and date to 2026-05-11), including goldfish in the completed list. - Update
public/version-history.html“Launch ready” checklist item from seven → eight hand-drawn icons and include goldfish. - Fix
CLAUDE.mdcomment to reflect 768px deploy assets (not 512px).
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| CHANGELOG.md | Adds an [Unreleased] entry documenting the goldfish hand-drawn icon and export details. |
| docs/roadmap-to-v1.md | Updates the hand-drawn progress tally/date and appends goldfish to the completed list. |
| public/version-history.html | Updates the “Launch ready” checklist count and list to include goldfish. |
| CLAUDE.md | Corrects the icon export comment to 768px deploy assets to match the current pipeline. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
3 tasks
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
Four minimal corrections detected by the nightly doc-sync run on 2026-05-12. All stem from PR #136 (goldfish hand-drawn icon) merging to
developmenton 2026-05-11 without corresponding doc updates, plus one stale comment inCLAUDE.mdthat has been wrong since v0.9.4-beta.Changes
CHANGELOG.md[Unreleased]docs/roadmap-to-v1.mdpublic/version-history.htmlCLAUDE.mdicon-sources/comment: "512 deploy assets" → "768 deploy assets" (stale since PR #115 / v0.9.4-beta)Why these files
developmentbut added no[Unreleased]CHANGELOG entry and did not update the roadmap's hand-drawn progress tally or the version-history page's running count.CLAUDE.mdicon-sources/comment predates theTARGET_SIZEbump from 512 → 768 in PR Bump icon export target size from 512 to 768 #115 and was never corrected.What this is not
Test plan
CHANGELOG.md[Unreleased]entry matches the PR feat(icons): hand-drawn goldfish — 8th hand-drawn icon #136 commit message detailsdocs/roadmap-to-v1.mdprogress count reads "8 of 255" and lists goldfishpublic/version-history.htmlCurrently Building checklist reads "eight hand-drawn icons (..., goldfish)"CLAUDE.mdicon-sources comment reads "768 deploy assets"Generated by nightly doc-sync run 2026-05-12.
Generated by Claude Code