docs(readme): point the consumer instructions at devbase:2 - #15
Merged
Conversation
The 2.0.0/2.0.1 releases and the fleet-wide reference move left the README still telling consumers to reference `devbase:1`. Anyone following the quick start would have landed on the old major — the one that still installs the Claude Code CLI. Four instructing references moved to `:2`: the quick-start feature block, the options example, the lock re-resolution recipe, and the first-publish note (made version-agnostic, since it is about there being nothing published at all). Two descriptions of current mechanics were stale rather than merely dated, so they moved too: "every rebuild re-resolves devbase:1 to the newest 1.x" now names `:2`/`2.x` and says explicitly that this is how a minor or patch reaches a consumer, while a major changes the tag and is the deliberate step the migration section describes. The Dependabot note now says "a moving major tag such as devbase:2" rather than naming `:1` as though it were current. Deliberately left naming `:1`: the "Migrating to 2.0.0" section, which is correct precisely because consumers *did* pin `:1`, and the historical note about this repository's own lock sitting at 1.2.0 through four releases. Refs RSRMID-3053.
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.
Part of RSRMID-3053 — a gap found while verifying the sweep, not part of the plan.
After 2.0.0/2.0.1 and the fleet-wide reference move, the README still told consumers to reference
devbase:1. Anyone following the quick start would have landed on the old major — the one that still installs the Claude Code CLI. The sweep moved every frame and lock but not the documentation telling people what to write.Moved to
:2— these instructinstallProjectDependencies: false)jqrecipeAlso moved — these described current mechanics, and were wrong rather than merely dated
devbase:1to the newest1.x" now names:2/2.x, and says explicitly that this is how a minor or patch reaches a consumer, while a major changes the tag and is the deliberate step the migration section describes. That distinction was implicit before and is exactly what 2.0.0 made load-bearing.devbase:2" rather than naming:1as though it were current.Deliberately still naming
:1:1; rewriting it would destroy the instruction.1.2.0through four releases.docsrather than a releasing type: this is the repository README, not the manifestdescriptionthat ships with the artifact. That one was already corrected in #14, which is why it needed to be afix.