Inherit Forge queue response ownership
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/build_protocol.ex -
modified
lib/openagents/forge/build_worker.ex -
modified
test/openagents/forge/build_worker_test.exs
Diff
3 files changed, +17 -1
lib/openagents/forge/build_protocol.ex modified +10
@@ -149,12 +149,14 @@ defmodule OpenAgents.Forge.BuildProtocol do
| 149 | 149 |
|
| 150 | 150 |
|
| 151 | 151 |
|
| 152 |
|
|
| 152 | 153 |
|
| 153 | 154 |
|
| 154 | 155 |
|
| 155 | 156 |
|
| 156 | 157 |
|
| 157 | 158 |
|
| 159 |
|
|
| 158 | 160 |
|
| 159 | 161 |
|
| 160 | 162 |
|
@@ -172,6 +174,14 @@ defmodule OpenAgents.Forge.BuildProtocol do
| 172 | 174 |
|
| 173 | 175 |
|
| 174 | 176 |
|
| 177 |
|
|
| 178 |
|
|
| 179 |
|
|
| 180 |
|
|
| 181 |
|
|
| 182 |
|
|
| 183 |
|
|
| 184 |
|
|
| 175 | 185 |
|
| 176 | 186 |
|
| 177 | 187 |
|
lib/openagents/forge/build_worker.ex modified +2 -1
test/openagents/forge/build_worker_test.exs modified +5
@@ -48,6 +48,11 @@ defmodule OpenAgents.Forge.BuildWorkerTest do
| 48 | 48 |
|
| 49 | 49 |
|
| 50 | 50 |
|
| 51 |
|
|
| 52 |
|
|
| 53 |
|
|
| 54 |
|
|
| 55 |
|
|
| 51 | 56 |
|
| 52 | 57 |
|
| 53 | 58 |
|