docs: fix save-file manager description (drift from the #89 UI refactor)#96
Merged
Merged
Conversation
The README said the save-file manager shows each save's "Last Modified" time, but since the manager was routed through the UI (#89) each slot is presented as a compact menu option labelled "Load Slot N (Day X, $Y, Z fish)" — it no longer displays a last-modified timestamp. A reader comparing the docs to the actual screen would be misled. Updates the Multiple Save Files section to match what the manager actually shows (Day, Money, Fish count) and reflects that slots are chosen as menu options. The rest of the docs were swept against source as part of this pass: README features, the branching/Contributing section, and all four schemas (verified in sync with their reader/writers) are accurate. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
dmccoystephenson
left a comment
Member
Author
There was a problem hiding this comment.
Self-review:
- Scope: PASS — README only; the rest of the sweep found no drift (schemas verified in sync with writers programmatically; web/goal/business/Contributing accurate).
- Docs: PASS — 'Last Modified' removed to match the #89 menu (Day/Money/Fish).
- CI: PASS — docs-only, 211 tests still green. No code/schema touched.
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
A documentation-accuracy sweep (Stage A) of the whole repo against source. One real drift found and fixed:
Load Slot N (Day X, $Y, Z fish)— no last-modified timestamp. Updated the section to match (Day, Money, Fish count; slots chosen as options).Swept and verified accurate (no change needed)
examples/web_app.py, port 8000, stdlib-only), the $10,000 goal, the fishing-business description, and the trunk-based Contributing section.install.sh/run.sh: repo URL and run command match.playerJsonReaderWriter/statsJsonReaderWriter/timeServiceJsonReaderWriterare present in theirschemas/*.json(checked programmatically — zero writer-keys missing from schema).Test plan
SDL_VIDEODRIVER=dummy SDL_AUDIODRIVER=dummy python3 -m pytest— 211 passed (docs-only change; no code touched)Triage note
🤖 Generated with Claude Code