The plan and the version line agree again, and map check has a design - #39
Merged
Conversation
…'s to move ADDED: A line on the public roadmap stating there is no 0.5, and why. ADDED: CI refuses a pull request that edits VERSION alongside anything else. - The release workflow applies its bump to whatever the file already says, so a hand-edit that reaches master is counted twice and a minor is skipped. A version-only pull request is the release's own and still passes. CHANGED: Every version that has not shipped moves up one - map check is 0.7, client languages 0.8, this tool's own text 0.9 - and QuickPaste is recorded as the 0.6 it actually shipped as. CHANGED: The last minor before 1.0 loses its number and is just the long window. - A fixed 0.9.x has to be renumbered again the next time anything slips. CHANGED: The per-version implementation notes and the backlog's claims follow the same renumber. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…it can have one ADDED: A design for 0.7's map check - the modifier pool it needs, the bundle asset that would carry it, and the two layers that move before the feature does. - Domain 5 is the map device itself: ordinary, nightmare and Originator maps, charts, expedition logbooks and invitations all share it, so one flat pool covers the lot and the spawn weights that would split it are declined. - 800 modifier rows collapse to 207 wordings once tiers fold, which is what makes a searchable settings list the right shape rather than a problem. ADDED: A row for the document in CLAUDE.md's table, so a session that reads only the map still finds it. Co-Authored-By: Claude Opus 5 (1M context) <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.
Review notes
ADDED: A line on the public roadmap stating there is no 0.5, and why.
ADDED: CI refuses a pull request that edits VERSION alongside anything else.
chore: version 0.5was committed by hand on the QuickPaste branch, and the release run a minute later added its own+0.1on top. A version-only pull request is the release's own and still passes.ADDED: A design for 0.7's map check - the modifier pool it needs, the bundle asset that would carry it, and the two layers that move before the feature does.
ADDED: A row for the document in CLAUDE.md's table, so a session that reads only the map still finds it.
CHANGED: Every version that has not shipped moves up one - map check is 0.7, client languages 0.8, this tool's own text 0.9 - and QuickPaste is recorded as the 0.6 it actually shipped as.
CHANGED: The last minor before 1.0 loses its number and is just the long window.
CHANGED: The per-version implementation notes and the backlog's claims follow the same renumber.
No release notes: documentation and a CI guard, nothing a user of the application can see.
🤖 Generated with Claude Code