Deploy: staging → main - #186
Open
rapiercraft-forgedock[bot] wants to merge 102 commits into
Open
Conversation
Publish the complete detached staging worktree snapshot, including bounded provider retry safeguards and existing staged changes.
…-4654-9b09-45cddc1a98c2 [E2E fresh disposable] Add one lifecycle proof document
…-43b7-bcdc-b921e0d5d08e fix: Vendor-only Pi/runtime changes are omitted from publish trigger and changed-path guard (staging review — PR #137)
| function send(response: ServerResponse, status: number, payload: Record<string, unknown>): void { | ||
| if (response.writableEnded) return; | ||
| response.writeHead(status, { "content-type": "application/json" }); | ||
| response.end(JSON.stringify(payload)); |
…-4c71-8da3-19dea51986e7 fix: Verification content sealing permits symlinks escaping the workspace (review finding — PR #186)
…-4f20-90ed-9915f668c8c1 fix: Wildcard CI selectors pass when no required check matches (review finding — PR #186)
This was referenced Aug 17, 2026
…-41a6-995b-9ace9f9f01ab fix: npm-only recovery suppresses a needed GitHub Packages retry (review finding — PR #186)
3 tasks
3 tasks
…-41c9-8605-6d3ca125fe21 fix: Sandbox write validation is vulnerable to a symlink TOCTOU race (review finding — PR #186)
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
Promote the current
stagingbranch tomain.This release includes the accumulated ForgeDock Next runtime, orchestration, promotion, observability, TUI, GitHub/SQLite adapter, verification, documentation, and workflow updates from staging.
Review notes
main, 13 commits behind.stagingbranch.