chore(v0.8.1): doc sweep — version-history to public, fix stale v0.7 references#49
Merged
Merged
Conversation
…v0.7 references
- Move version-history.html from repo root to public/ so Vercel serves it
at /version-history.html on the live site; content updated for v0.8.0-alpha
- docs/architecture.md: bump header to v0.8; rewrite stale ACCanvas block
(was "~1500 lines, scheduled for decomposition" — now 405-line shell)
- docs/dev-process.md + .claude/rules/dev-process.md: heading v0.7+ → v0.8+
- package.json: populate description field with project summary + live URL
- vite.config.ts: inject VITE_GIT_BRANCH via VERCEL_GIT_COMMIT_REF / git fallback
- App.tsx: version label now shows "v{version} · {branch}" for easier preview
identification (was version+sha)
- CHANGELOG.md: open [v0.8.1] In Progress section
- CLAUDE.md: note v0.8.1 in progress
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- docs/decisions.md: two initial entries — Sea Creatures data/UI split (v0.8 scope deferral, 2026-04-23) and edit-town modal grey-out on category tabs (PR #50, 2026-04-30) - CHANGELOG.md: add decisions.md entry to v0.8.1 Added section - README.md: one-line mention of decisions.md in Version section Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- docs/dev-process.md + .claude/rules/dev-process.md: add "Filing & Closing Bugs" section — every bug fix must have an issue, use Closes #N for auto-close, retro-file for past gaps - CHANGELOG.md: add workflow entry + Process section documenting the backfill (issues #51–53, closed #30, updated #31 and #26) GitHub hygiene actions taken in this commit: - Issue #51 filed (edit-town modal bubble, open — Closes on PR #50 merge) - Issue #52 filed + closed (DetailModal backdrop bubble, fixed by PR #43) - Issue #53 filed + closed (inline-expand regression, fixed by PR #46) - Issue #30 closed (town switcher duplicate, fixed by PR #41) - Issue #31 title broadened + v0.9 label + comment added - Issue #26 labelled v0.9 - Labels created: regression, v0.9 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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/version-history.html— moved from untracked repo root topublic/so Vercel serves it athttps://animalcrossingwebapp.vercel.app/version-history.html; content updated for v0.8.0-alpha (new timeline entry, velocity stats bumped to 9 releases / 19 days / 1,000+ items, "Currently building" card converted from v0.8 in-progress to v0.9 scope)docs/architecture.md— header bumped v0.7 → v0.8; stale ACCanvas block replaced (was "~1500 lines, scheduled for decomposition" — now accurately describes the 405-line post-v0.7 orchestration shell)docs/dev-process.md+.claude/rules/dev-process.md— heading bumped fromv0.7+tov0.8+package.json— description field populated with project summary and live URLvite.config.ts+App.tsx— version label in dev/preview footer now showsv{version} · {branch}(wasversion+sha) so preview deploys are easier to identify at a glanceDecisions
mv+git addinstead ofgit mvforversion-history.html— the file was untracked so there was no prior git history to preserve; git correctly shows it as a newAfileVITE_GIT_SHAdefine in vite.config.ts if needed; just no longer displayed in the overlayTest plan
npm run buildpasses cleanly/version-history.htmlloads correctlyv0.8.0-alpha · chore/v0.8.1-doc-sweep🤖 Generated with Claude Code