feat(launch): launch candidate LC-6 — README + landing + feedback widget + v1.0.0 prep#69
Merged
Merged
Conversation
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.
Audit Summary
Audit file: apps/web/docs/lc6-launch-prep-audit.md
origin/maincd1f9753a9fd530deaf0544720430186850b9918, post-LC-3#68and post-LC-5#67.apps/web/src/features/setup/routes/SetupPage.tsx, wired from/throughapps/web/src/app/routes/index.tsx.CHANGELOG.mddid not exist at repo root.package.json0.0.1,apps/web/package.json0.0.1, Settings Aboutv0.0.1, and pre-v1apps/web/index.htmlmeta.SetupPage.test.tsx,SettingsPage.test.tsx,app/routes/index.test.tsx,App.test.tsx, plus new feedback RTL tests.Slice-By-Slice Progress Ledger
88dd6dd.907b771; six screenshots total364 KB, under the1.5 MBbudget.eff3fa0; README is 69 lines.7f28a88; changelog is 68 lines.d5471b8; Settings entry, modal, validation, mailto fallback, success auto-dismiss.b15945a; save hub copy, package versions, Settings version, OG meta.f448a78.Self-Critique Gate Answers
CURRENT_GAME_SNAPSHOT_VERSION = 33.Math.random()orDate.now().apps/web/docs/lc6-launch-prep-audit.mdis required by the LC-6 slice plan. Rootpackage.jsonwas bumped to1.0.0because the audit identified it as a version string and acceptance requires version consistency. No sim-core, workers, contracts, or build config files were edited.1.0.0/v1.0.0.Test Results
cd packages/sim-core && npx pnpm typecheck && npx vitest runpassed: 137 files, 1608 tests.cd packages/contracts && npx pnpm typecheck && npx vitest runpassed: 1 file, 18 tests.cd apps/web && npx pnpm typecheck && npx vitest run && npx vite buildpassed: 98 files, 621 tests, production build emitteddist/.cd apps/web && npx vitest run src/build/bundleBudget.test.tspassed: 1 file, 1 test.rg "CURRENT_GAME_SNAPSHOT_VERSION" packages/contracts/src/schemas/save.tsconfirmsCURRENT_GAME_SNAPSHOT_VERSION = 33.Existing jsdom/Recharts and mocked-worker stderr warnings still appear in web tests, but all commands exit 0.
Files Touched
README.mdCHANGELOG.mdpackage.jsonapps/web/docs/lc6-launch-prep-audit.mdapps/web/index.htmlapps/web/package.jsonapps/web/public/screenshots/career-retrospective.jpgapps/web/public/screenshots/dashboard-desktop.jpgapps/web/public/screenshots/dashboard-mobile.jpgapps/web/public/screenshots/landing-save-hub.jpgapps/web/public/screenshots/pennant-race-board.jpgapps/web/public/screenshots/season-story-reel.jpgapps/web/src/features/feedback/FeedbackButton.tsxapps/web/src/features/feedback/FeedbackForm.tsxapps/web/src/features/feedback/feedbackSubmit.tsapps/web/src/features/feedback/index.tsapps/web/src/features/feedback/__tests__/FeedbackForm.test.tsxapps/web/src/features/settings/routes/SettingsPage.tsxapps/web/src/features/settings/routes/SettingsPage.test.tsxapps/web/src/features/setup/routes/SetupPage.tsxapps/web/src/features/setup/routes/SetupPage.test.tsxScreenshots
Note: the Season Story Reel screenshot is a styled reference using existing fixture copy because the short generated browser save did not surface the modal trigger, matching the LC-3 audit caveat.
v1.0.0 Readiness Checklist
1.0.0/v1.0.0.Notes For Kevin / Claude Code
.codex/MBD/*durable memory was not edited because LC-6's edit radius explicitly said not to touch.codex/; Claude/Ops should append the final launch note after merge if needed.package.jsonversion bump should stay with the web package bump for the v1 tag.