Share release evidence across 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/release-smoke.sh -
modified
ops/deploy/build-image.sh -
modified
ops/production/preflight.sh -
modified
ops/relup-proof/common.sh -
modified
ops/relup-proof/install-proof.sh -
modified
ops/staging/publish-candidate.sh
Diff
6 files changed, +10 -7
ops/ci/release-smoke.sh modified +1 -1
ops/deploy/build-image.sh modified +2 -1
@@ -3,6 +3,7 @@ set -eu
| 3 | 3 |
|
| 4 | 4 |
|
| 5 | 5 |
|
| 6 |
|
|
| 6 | 7 |
|
| 7 | 8 |
|
| 8 | 9 |
|
@@ -13,7 +14,7 @@ git_sha=$(git -C "$repo_root" rev-parse --verify HEAD)
| 13 | 14 |
|
| 14 | 15 |
|
| 15 | 16 |
|
| 16 |
|
|
| 17 |
|
|
| 17 | 18 |
|
| 18 | 19 |
|
| 19 | 20 |
|
ops/production/preflight.sh modified +2 -2
@@ -9,8 +9,8 @@ resilience_report=${OPENAGENTS_STAGING_RESILIENCE_REPORT:-}
| 9 | 9 |
|
| 10 | 10 |
|
| 11 | 11 |
|
| 12 |
|
|
| 13 |
|
|
| 12 |
|
|
| 13 |
|
|
| 14 | 14 |
|
| 15 | 15 |
|
| 16 | 16 |
|
ops/relup-proof/common.sh modified +2 -1
@@ -3,6 +3,7 @@ set -eu
| 3 | 3 |
|
| 4 | 4 |
|
| 5 | 5 |
|
| 6 |
|
|
| 6 | 7 |
|
| 7 | 8 |
|
| 8 | 9 |
|
ops/relup-proof/install-proof.sh modified +2 -1
@@ -26,7 +26,8 @@
| 26 | 26 |
|
| 27 | 27 |
|
| 28 | 28 |
|
| 29 |
|
|
| 29 |
|
|
| 30 |
|
|
| 30 | 31 |
|
| 31 | 32 |
|
| 32 | 33 |
|
ops/staging/publish-candidate.sh modified +1 -1
@@ -288,7 +288,7 @@ ops/staging/generate-sbom.sh \
| 288 | 288 |
|
| 289 | 289 |
|
| 290 | 290 |
|
| 291 |
|
|
| 291 |
|
|
| 292 | 292 |
|
| 293 | 293 |
|
| 294 | 294 |
|