chore(release): cut 1.15.0 — consumer install repair - #376
Merged
Conversation
Bumps version:/guide_version: to 1.15.0 in the MANIFEST, reprints the three prose version declarations that verify-release-readiness.sh compares against it (guide canonical header, guide "Guide version" line, kit README heading), adds the 1.15.0 section to the guide changelog that release-notes.sh extracts into the Release body, re-mirrors the guide into sdd-kit/templates/ (hub parity now gates this pair), and regenerates MANIFEST checksums. No behavioural change — the fix itself landed in #375. 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.
Version bump and changelog for 1.15.0. The fix itself landed in #375; this PR contains no behavioural change.
What this touches
sdd-kit/MANIFEST.yamlversion:/guide_version:→ 1.15.0 (the authority both the readiness gate andcut-release.shcompare against), plus regenerated checksumsdoc/byebyevibe-guide.md**Guide version:**line, and the new### 1.15.0changelog sectionsdd-kit/README.mdsdd-kit/templates/doc/byebyevibe-guide.mdRelease-note extraction
bash scripts/release-notes.sh 1.15.0resolves to a non-empty body (precondition 7 ofcut-release.sh). The changelog section is the single authored source — the Release body is extracted, never hand-copied.Verification
verify-release-readiness.shgreen (three version claims match the MANIFEST, 45/45 checksums, hub parity),verify.shgreen,openspec validate --all --strict23/23.Next
After merge:
bash scripts/cut-release.sh 1.15.0 --dry-run, then the real cut. Repairing the four existing installations remains a separate manual procedure — they predate the fix andupgrade.shis itself affected.🤖 Generated with Claude Code