Cut v1.9.0 - #56
Conversation
Records-only promotion of the accepted v1.9.0-rc.7 candidate per work package 8: package and lock version, CHANGELOG stable section, and release records move from 1.9.0-rc.7 to 1.9.0 with no template behaviour change. Records the RR-H08 soak acceptance (rc.7 deployment clean for 29 half-hourly probes, no P0/P1 defect, release owner called the cut on 2026-08-29) and closes RR-H01's rc.7 leg. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014sAVayAT2tkQ7p9U2o9CsD
npm run verify passed under the exact-pinned toolchain at the cut commit 05008c2: 799 Node tests across 3 suites, 233 Ruby tests with 578 assertions, 109 build-matrix tests across 6 suites, plus every non-browser release gate. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014sAVayAT2tkQ7p9U2o9CsD
Reviewer's GuideThis records-only release PR promotes v1.9.0-rc.7 to stable 1.9.0, synchronizes version and release documentation, and updates the readiness ledger with rc.7 review, deployment-soak, rollback, and exact-commit verification evidence; publication of the immutable stable tag and the downstream BCHC updater remain post-merge steps. Sequence diagram for the v1.9.0 stable promotion and downstream updatesequenceDiagram
actor Maintainer
participant PHCT
participant BCHC
participant Pages
Maintainer->>PHCT: Review and merge stable release record
Maintainer->>PHCT: Publish immutable v1.9.0 tag
Maintainer->>BCHC: Run updater against v1.9.0
BCHC-->>BCHC: Generate machine-verified update pull request
Maintainer->>BCHC: Review and merge stable update pull request
BCHC->>Pages: Deploy v1.9.0
Pages-->>Maintainer: Verify live stable deployment
Flow diagram for rc.7 acceptance to stable release readinessflowchart LR
RC7[v1.9.0-rc.7 candidate] --> Review[RR-H01 rc.7 review and BCHC update accepted]
Review --> Soak[RR-H08 deployment soak passes]
Soak --> Verify[npm run verify passes at 05008c2]
Verify --> Promote[Records-only promotion to v1.9.0]
Promote --> Pending[Stable tag and BCHC updater remain post-merge]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1b60cbf8db
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
The candidate soak (rc.6/rc.7 windows, accepted by the release owner) does not discharge work package 8's requirement to observe the deployed stable update for one business day. Record the acceptance but keep the gate in progress until the stable deployment supplies that evidence. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014sAVayAT2tkQ7p9U2o9CsD
npm run verify passed again under the exact-pinned toolchain at 2cb4fca (the head carrying the RR-H08 correction), restoring the row's only-the-evidence-sentence invariant. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014sAVayAT2tkQ7p9U2o9CsD
Stable release record: records-only promotion of the accepted
v1.9.0-rc.7candidate per work package 8, step 1 — no template behaviour change since rc.7.package.json/package-lock.json:1.9.0-rc.7→1.9.0; CHANGELOG gains the[1.9.0]promotion section and compare links; README upgrade example and plan/ledger version strings updated.b97432b+ human-reviewed BCHC PR #34929b007); RR-H08: candidate soak accepted by the release owner (gate stays In progress — the one-business-day observation of the deployed stable update per WP8 remains the tracked open leg) — rc.7 deployment soaked clean 2026-08-28T18:29Z→2026-08-29T08:17Z (29 half-hourly probes: 200 homepage, versioned search index, zero failed default-branch workflow runs, window absorbed the live rollback drill), on top of the superseded rc.6 soak (30 clean probes, ~15h); no P0/P1 defect observed.npm run verifyrecorded at cut commit05008c2: 799 Node tests / 3 suites, 233 Ruby tests / 578 assertions, 109 build-matrix tests / 6 suites, plus every non-browser release gate. The head differs from that commit only by the evidence sentence.Per
docs/maintaining.mdgovernance this PR needs maintainer review and merge — after merge I will publish the immutablev1.9.0tag at the merge commit, publish release notes, and run the BCHC updater against the tag to generate the stable update PR (also maintainer-merged).🤖 Generated with Claude Code
https://claude.ai/code/session_014sAVayAT2tkQ7p9U2o9CsD
Summary by Sourcery
Promote the verified v1.9.0-rc.7 candidate to the v1.9.0 stable release and update its release records.
Enhancements:
Build:
Documentation:
Tests: