- Co-Authored-By
- Claude Fable 5 <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01SoZMfWRSGnf6FZX2Ar9rQ2
Give the release harnesses the pairing vault's own key
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
- pushed
- by user · WAL seq 419 · 2026-08-25T20:39:33.946414Z
- built
- 7 modules in 35.3 s
- deployed
- live · 7 modules on 3 nodes · push→live —
- deployed
- needs_rolling_replace · 7 modules on 0 nodes · push→live —
Changed files
-
modified
ops/ci/release-smoke.sh -
modified
ops/relup-proof/common.sh -
modified
ops/relup-proof/install-proof.sh
Diff
3 files changed, +16 -0
ops/ci/release-smoke.sh modified +6
@@ -64,6 +64,10 @@ github_token_key=$(openssl rand -base64 32 | tr -d '\n')
| 64 | 64 |
|
| 65 | 65 |
|
| 66 | 66 |
|
| 67 |
|
|
| 68 |
|
|
| 69 |
|
|
| 70 |
|
|
| 67 | 71 |
|
| 68 | 72 |
|
| 69 | 73 |
|
@@ -73,6 +77,7 @@ readiness_report=$(env \
| 73 | 77 |
|
| 74 | 78 |
|
| 75 | 79 |
|
| 80 |
|
|
| 76 | 81 |
|
| 77 | 82 |
|
| 78 | 83 |
|
@@ -94,6 +99,7 @@ env \
| 94 | 99 |
|
| 95 | 100 |
|
| 96 | 101 |
|
| 102 |
|
|
| 97 | 103 |
|
| 98 | 104 |
|
| 99 | 105 |
|
ops/relup-proof/common.sh modified +6
@@ -77,6 +77,11 @@ prepare_runtime() {
| 77 | 77 |
|
| 78 | 78 |
|
| 79 | 79 |
|
| 80 |
|
|
| 81 |
|
|
| 82 |
|
|
| 83 |
|
|
| 84 |
|
|
| 80 | 85 |
|
| 81 | 86 |
|
| 82 | 87 |
|
@@ -87,6 +92,7 @@ profile() {
| 87 | 92 |
|
| 88 | 93 |
|
| 89 | 94 |
|
| 95 |
|
|
| 90 | 96 |
|
| 91 | 97 |
|
| 92 | 98 |
|
ops/relup-proof/install-proof.sh modified +4
@@ -115,6 +115,9 @@ cp "$pkg/openagents-$to_version.tar.gz" "$runtime_root/releases/openagents-$to_v
| 115 | 115 |
|
| 116 | 116 |
|
| 117 | 117 |
|
| 118 |
|
|
| 119 |
|
|
| 120 |
|
|
| 118 | 121 |
|
| 119 | 122 |
|
| 120 | 123 |
|
@@ -123,6 +126,7 @@ profile() {
| 123 | 126 |
|
| 124 | 127 |
|
| 125 | 128 |
|
| 129 |
|
|
| 126 | 130 |
|
| 127 | 131 |
|
| 128 | 132 |
|