docs: add release runbook covering 6 SPOFs (S0-3)#403
Open
Dumbris wants to merge 1 commit into
Open
Conversation
Ship docs/release-runbook.md covering the six release-pipeline single points of failure called out in MCP-7 S0-3: 1. macOS signing + notarization (codesign + notarytool) 2. Windows installer signing (SignPath today; D30-6 decision pending) 3. Claude release notes generation (Anthropic API, non-blocking) 4. Cloudflare R2 apt/yum publish (spec 043, stable tags only) 5. Homebrew tap bump (formula + cask) 6. `next` branch hygiene (prerelease pipeline as early signing canary) Each SPOF section names the exact workflow job, required secrets, expiry windows, and a recovery matrix — written so an on-call engineer can unblock a failing release without re-reading the whole pipeline. Cross-linked from specs/README.md under a new "Operational runbooks" section. Refs: MCP-9, MCP-7 (S0-3) Co-Authored-By: Paperclip <noreply@paperclip.ing> Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Deploying mcpproxy-docs with
|
| Latest commit: |
20bc35e
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ec2dca95.mcpproxy-docs.pages.dev |
| Branch Preview URL: | https://docs-release-runbook.mcpproxy-docs.pages.dev |
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
Ships
docs/release-runbook.mdcovering the six single points of failure in the MCPProxy release pipeline called out in MCP-7 S0-3:codesign+xcrun notarytool(release.yml / prerelease.yml)smart-mcp-proxy/homebrew-mcpproxynextbranch hygiene — prerelease pipeline as early signing canaryEach section names the exact workflow job, required secrets + their expiry windows, and a recovery matrix. Written so an on-call engineer can unblock a failing release without re-reading the whole pipeline.
Cross-linked from
specs/README.mdunder a new Operational runbooks section.Stacking
Based on
chore/sprint-0-housekeeping(PR #402) because that PR introducesspecs/README.md. Retarget tomainonce #402 merges (GitHub handles this automatically).Test plan
gofmt, whitespace, merge-conflict checks)Refs: MCP-9, MCP-7 (S0-3)
🤖 Generated with Claude Code