Support release gates from linked worktrees
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
Not deployed through the forge lane
No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.
Changed files
-
modified
ops/ci/gate.sh -
modified
ops/production/preflight.sh -
modified
ops/staging/publish-candidate.sh
Diff
3 files changed, +7 -4
ops/ci/gate.sh modified +3 -2
@@ -3,15 +3,16 @@ set -eu
| 3 | 3 |
|
| 4 | 4 |
|
| 5 | 5 |
|
| 6 |
|
|
| 7 | 6 |
|
| 8 | 7 |
|
| 9 | 8 |
|
| 10 |
|
|
| 9 |
|
|
| 11 | 10 |
|
| 12 | 11 |
|
| 13 | 12 |
|
| 14 | 13 |
|
| 14 |
|
|
| 15 |
|
|
| 15 | 16 |
|
| 16 | 17 |
|
| 17 | 18 |
|
ops/production/preflight.sh modified +2 -1
@@ -7,7 +7,8 @@ production_project=${OPENAGENTS_PRODUCTION_PROJECT_ID:-}
| 7 | 7 |
|
| 8 | 8 |
|
| 9 | 9 |
|
| 10 |
|
|
| 10 |
|
|
| 11 |
|
|
| 11 | 12 |
|
| 12 | 13 |
|
| 13 | 14 |
|
ops/staging/publish-candidate.sh modified +2 -1
@@ -82,7 +82,8 @@ application_repository="${repository}/openagents"
| 82 | 82 |
|
| 83 | 83 |
|
| 84 | 84 |
|
| 85 |
|
|
| 85 |
|
|
| 86 |
|
|
| 86 | 87 |
|
| 87 | 88 |
|
| 88 | 89 |
|