Harden Forge rollout settlement
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
lib/openagents/forge/deploy_receipt.ex -
modified
lib/openagents/forge/sync.ex -
modified
test/openagents/forge/sync_test.exs -
modified
test/openagents/forge/target_lifecycle_test.exs
Diff
4 files changed, +66 -4
lib/openagents/forge/deploy_receipt.ex modified +1 -1
@@ -80,7 +80,7 @@ defmodule OpenAgents.Forge.DeployReceipt do
| 80 | 80 |
|
| 81 | 81 |
|
| 82 | 82 |
|
| 83 |
|
|
| 83 |
|
|
| 84 | 84 |
|
| 85 | 85 |
|
| 86 | 86 |
|
lib/openagents/forge/sync.ex modified +29
@@ -77,11 +77,40 @@ defmodule OpenAgents.Forge.Sync do
| 77 | 77 |
|
| 78 | 78 |
|
| 79 | 79 |
|
| 80 |
|
|
| 80 | 81 |
|
| 81 | 82 |
|
| 82 | 83 |
|
| 83 | 84 |
|
| 84 | 85 |
|
| 86 |
|
|
| 87 |
|
|
| 88 |
|
|
| 89 |
|
|
| 90 |
|
|
| 91 |
|
|
| 92 |
|
|
| 93 |
|
|
| 94 |
|
|
| 95 |
|
|
| 96 |
|
|
| 97 |
|
|
| 98 |
|
|
| 99 |
|
|
| 100 |
|
|
| 101 |
|
|
| 102 |
|
|
| 103 |
|
|
| 104 |
|
|
| 105 |
|
|
| 106 |
|
|
| 107 |
|
|
| 108 |
|
|
| 109 |
|
|
| 110 |
|
|
| 111 |
|
|
| 112 |
|
|
| 113 |
|
|
| 85 | 114 |
|
| 86 | 115 |
|
| 87 | 116 |
|
test/openagents/forge/sync_test.exs modified +8 -1
@@ -62,7 +62,14 @@ defmodule OpenAgents.Forge.SyncTest do
| 62 | 62 |
|
| 63 | 63 |
|
| 64 | 64 |
|
| 65 |
|
|
| 65 |
|
|
| 66 |
|
|
| 67 |
|
|
| 68 |
|
|
| 69 |
|
|
| 70 |
|
|
| 71 |
|
|
| 72 |
|
|
| 66 | 73 |
|
| 67 | 74 |
|
| 68 | 75 |
|
test/openagents/forge/target_lifecycle_test.exs modified +28 -2
@@ -227,6 +227,27 @@ defmodule OpenAgents.Forge.TargetLifecycleTest do
| 227 | 227 |
|
| 228 | 228 |
|
| 229 | 229 |
|
| 230 |
|
|
| 231 |
|
|
| 232 |
|
|
| 233 |
|
|
| 234 |
|
|
| 235 |
|
|
| 236 |
|
|
| 237 |
|
|
| 238 |
|
|
| 239 |
|
|
| 240 |
|
|
| 241 |
|
|
| 242 |
|
|
| 243 |
|
|
| 244 |
|
|
| 245 |
|
|
| 246 |
|
|
| 247 |
|
|
| 248 |
|
|
| 249 |
|
|
| 250 |
|
|
| 230 | 251 |
|
| 231 | 252 |
|
| 232 | 253 |
|
@@ -326,7 +347,12 @@ defmodule OpenAgents.Forge.TargetLifecycleTest do
| 326 | 347 |
|
| 327 | 348 |
|
| 328 | 349 |
|
| 329 |
|
|
| 350 |
|
|
| 351 |
|
|
| 352 |
|
|
| 353 |
|
|
| 354 |
|
|
| 355 |
|
|
| 330 | 356 |
|
| 331 | 357 |
|
| 332 | 358 |
|
@@ -334,7 +360,7 @@ defmodule OpenAgents.Forge.TargetLifecycleTest do
| 334 | 360 |
|
| 335 | 361 |
|
| 336 | 362 |
|
| 337 |
|
|
| 363 |
|
|
| 338 | 364 |
|
| 339 | 365 |
|
| 340 | 366 |
|