docs: cross-reference fleet rollout from staging/integration docs#538
Merged
Nathan Schram (nathanschram) merged 1 commit intoMay 15, 2026
Merged
Conversation
PR #537 landed the multi-host fleet rollout scripts and updated CLAUDE.md + release-discipline.md + release-coordination skill to cover the new 4-host parallel workflow. This patch fills the cross-references the remaining surfaces were missing: - docs/reference/dev-instance.md — note lba-1 staging is one of 4 hosts - docs/reference/integration-testing.md — replace step 14 ("commit, tag, release") with the attestation-marker + fleet-rollout sequence - .claude/rules/dev-workflow.md — add a "Multi-host fleet rollout" section pointing to the scripts and release-discipline.md Pure cross-references; no behaviour changes, no duplication of the canonical fleet-rollout content (which lives in release-discipline.md). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
4 tasks
Nathan Schram (nathanschram)
added a commit
that referenced
this pull request
May 15, 2026
Bumps pyproject.toml from 0.35.3rc14 → 0.35.3rc15 so CI publishes the post-rc14 dev-branch changes to TestPyPI: - #539 deps: bump urllib3 2.6.3 → 2.7.0 to clear pip-audit CVEs - #538 docs: cross-reference fleet rollout from staging/integration docs - #541 fix: #497 debounce catalog.refresh_sent to prevent storms - #542 docs(changelog): complete v0.35.3 entries (#404 #498 #501 #502 #522 #530) Pre-release (rc) — no CHANGELOG entry required; validate_release.py skips pre-release versions. Stable v0.35.3 changelog already covers the included fixes via PR #542. Co-authored-by: Claude Opus 4.7 (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.
Summary
PR #537 landed
scripts/fleet-rollout.sh+ companions, and updatedCLAUDE.md,.claude/rules/release-discipline.md, and.claude/skills/release-coordination/SKILL.mdto cover the new 4-host parallel workflow. Three surfaces still pointed at the lba-1-only model. This patch adds one-pointer cross-references on each:docs/reference/dev-instance.md— note lba-1 staging is one of 4 hostsdocs/reference/integration-testing.md— replace step 14 ("commit, tag, release") with the attestation marker + fleet-rollout sequence.claude/rules/dev-workflow.md— add a "Multi-host fleet rollout" section pointing to the scripts and release-discipline.mdNo duplication of canonical fleet-rollout content. No behaviour changes. Total: +18 lines.
Test plan
🤖 Generated with Claude Code