doc-sync: add storeMigrations.test.ts + bootstrapMigration.test.ts to CLAUDE.md file structure#164
Draft
jacuzzicoding wants to merge 1 commit into
Draft
doc-sync: add storeMigrations.test.ts + bootstrapMigration.test.ts to CLAUDE.md file structure#164jacuzzicoding wants to merge 1 commit into
jacuzzicoding wants to merge 1 commit into
Conversation
…t.ts to file structure Both files were added in PR #151 (migration test coverage, 2026-06-11) but were not reflected in the lib section of the file structure listing. Each guards the documented zero-data-loss migration path for pre-v0.7 users.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
PR #151 (migration test coverage, merged 2026-06-11) added two new test files to
src/lib/:storeMigrations.test.ts— 9 tests covering the v1→v2 donation lift + gameId backfill and the v2→v3 hemisphere backfill, including idempotencybootstrapMigration.test.ts— 5 tests covering the one-time localStorage key rename and its safe-delete guard (also fixed a bug where a corruptac-webvalue would trigger deletion of the only validac-web:v1copy)Neither file was added to the
src/lib/section of CLAUDE.md's file structure listing. This PR adds both entries alongside the existing test file entries (store.test.ts,uiStore.test.ts, etc.).What changed
CLAUDE.md—src/lib/file structure sectionAdded after
saveFileReconcile.test.ts:Not touched
docs/architecture.md+.claude/rules/architecture.mdheader + dead refs are covered by existing draft PR doc-sync: remove dead file refs in .claude/rules/architecture.md; bump headers to v0.9.6-beta #163public/version-history.htmlstats are covered by existing draft PR doc-sync: fix version-history.html table order, styling, and v0.9.6 stats #162Test plan
src/lib/storeMigrations.test.tsexists ondevelopmentsrc/lib/bootstrapMigration.test.tsexists ondevelopmentsrc/lib/block of CLAUDE.mdGenerated by nightly doc-sync audit · 2026-06-23
Generated by Claude Code