Skip to content

chore(v0.8.1): doc sweep — version-history to public, fix stale v0.7 references#49

Merged
jacuzzicoding merged 3 commits into
developmentfrom
chore/v0.8.1-doc-sweep
Apr 30, 2026
Merged

chore(v0.8.1): doc sweep — version-history to public, fix stale v0.7 references#49
jacuzzicoding merged 3 commits into
developmentfrom
chore/v0.8.1-doc-sweep

Conversation

@jacuzzicoding
Copy link
Copy Markdown
Owner

Summary

  • public/version-history.html — moved from untracked repo root to public/ so Vercel serves it at https://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 from v0.7+ to v0.8+
  • package.json — description field populated with project summary and live URL
  • vite.config.ts + App.tsx — version label in dev/preview footer now shows v{version} · {branch} (was version+sha) so preview deploys are easier to identify at a glance

Decisions

  • Used mv + git add instead of git mv for version-history.html — the file was untracked so there was no prior git history to preserve; git correctly shows it as a new A file
  • Branch label change is additive — the git SHA is still available via VITE_GIT_SHA define in vite.config.ts if needed; just no longer displayed in the overlay

Test plan

  • npm run build passes cleanly
  • Pre-commit hook (ESLint + Prettier) passes
  • Vercel preview: confirm /version-history.html loads correctly
  • Vercel preview: confirm footer label reads v0.8.0-alpha · chore/v0.8.1-doc-sweep

🤖 Generated with Claude Code

…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>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 30, 2026

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

Project Deployment Actions Updated (UTC)
animalcrossingwebapp Ready Ready Preview, Comment Apr 30, 2026 6:03pm

- 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>
@jacuzzicoding jacuzzicoding merged commit 3ea6c39 into development Apr 30, 2026
3 checks passed
@jacuzzicoding jacuzzicoding deleted the chore/v0.8.1-doc-sweep branch April 30, 2026 18:24
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.

1 participant