docs: record the 2026-08-28 gate evidence and the rc.7 requirement - #50
Conversation
Updates the RR-H rows with the drills, rehearsals and checks completed against the rc.6 candidate: the live updater pass and rollback proof (RR-H02), the end-to-end publish rehearsal and takedown (RR-H03, RR-H07), the re-audited operations inventory sync (RR-H05), the in-flight one-business-day soak (RR-H08), and the deployed-candidate link check with its Discussions finding (RR-H09). Records that the PR #49 merge moves the stable cut behind a v1.9.0-rc.7 candidate. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014sAVayAT2tkQ7p9U2o9CsD
There was a problem hiding this comment.
Sorry @crypticpy, you've used your own review budget of 250,000 diff characters for the last 7 days.
You can request another review in 1 day and 3 hours by commenting @sourcery-ai review. Upgrade to get a review now.
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis docs-only update brings release-readiness status current through 2026-08-28, captures rc.6 validation and operational evidence, documents remaining gaps and the live-link finding, and records that PHCT PR #49 necessitates an rc.7 candidate plus another BCHC updater pass before stable promotion. Sequence diagram for the rc.6 BCHC updater and rollback evidencesequenceDiagram
participant Maintainer
participant Updater
participant Gate as ContractGate
participant BCHC as BCHCRepository
Maintainer->>Updater: Run updater for v1.9.0-rc.6
Updater->>Gate: Validate ownership contract
Gate-->>Updater: Pass fail-closed gate
Updater->>BCHC: Create machine-verified update
Maintainer->>BCHC: Review and merge BCHC PR #30
Maintainer->>BCHC: Revert c0826d9
BCHC-->>Maintainer: Restore full v1.9.0-rc.5 state
Flow diagram for rc.7 release promotion sequencingflowchart LR
RC6[v1.9.0-rc.6] --> Evidence[Validate rc.6 gates]
Evidence --> PR49[Merge PHCT PR #49]
PR49 --> RC7[Cut v1.9.0-rc.7]
RC7 --> Updater[Run one more BCHC updater pass]
Updater --> Stable[Promote stable release]
Flow diagram for documented rc.6 readiness evidenceflowchart TD
Live[rc.6 live on Pages] --> H03[Real form to PR to deploy verified and removed]
Live --> H07[Four operational drills passed]
Live --> H08[One-business-day soak running]
Live --> H09[187 links checked]
H09 --> Finding[Three Ask in the open links 404 until Discussions is enabled]
H07 --> Open[Credential-response and owner-transfer drills remain open]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 01cf8e80aa
ℹ️ 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 rc.6 rollback evidence is the offline revert only — the live revert-PR path stays open under RR-H07 — and BCHC PR #32 rehearsed an ordinary unpublish, not the protected-data history purge. Say so. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014sAVayAT2tkQ7p9U2o9CsD
The automated-evidence table still said 'Pass for rc.4' while the new summary cited the rc.6 updater run — record the rc.6 rehearsal (fail- closed contract gate, machine-verified BCHC PR #30, lock at c0826d9) in the exact-rehearsal and protected-content rows. RR-H03 drops back to in progress: only the BCHC leg ran; the PHCT-side rehearsal and the notification confirmation are still open. Found by Codex review on this pull request. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014sAVayAT2tkQ7p9U2o9CsD
Dated evidence update to
docs/release-readiness-status.mdfor the work completed against the rc.6 candidate on 2026-08-28:c0826d9back to the full rc.5 state)Also records the sequencing consequence of merging #49: the stable cut now requires a v1.9.0-rc.7 candidate and one more updater pass before promotion.
Docs-only; no behaviour change.
🤖 Generated with Claude Code
https://claude.ai/code/session_014sAVayAT2tkQ7p9U2o9CsD
Summary by Sourcery
Record the latest rc.6 release-readiness evidence and reset the stable promotion target to require an rc.7 candidate and one additional updater validation.
Enhancements:
Documentation: