Admit application release modules to Forge
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_artifact.ex -
modified
test/openagents/forge/build_artifact_test.exs
Diff
2 files changed, +35 -2
lib/openagents/forge/build_artifact.ex modified +5 -2
@@ -16,13 +16,16 @@ defmodule OpenAgents.Forge.BuildArtifact do
| 16 | 16 |
|
| 17 | 17 |
|
| 18 | 18 |
|
| 19 |
|
|
| 19 |
|
|
| 20 | 20 |
|
| 21 | 21 |
|
| 22 | 22 |
|
| 23 | 23 |
|
| 24 | 24 |
|
| 25 |
|
|
| 25 |
|
|
| 26 |
|
|
| 27 |
|
|
| 28 |
|
|
| 26 | 29 |
|
| 27 | 30 |
|
| 28 | 31 |
|
test/openagents/forge/build_artifact_test.exs modified +30
@@ -192,6 +192,30 @@ defmodule OpenAgents.Forge.BuildArtifactTest do
| 192 | 192 |
|
| 193 | 193 |
|
| 194 | 194 |
|
| 195 |
|
|
| 196 |
|
|
| 197 |
|
|
| 198 |
|
|
| 199 |
|
|
| 200 |
|
|
| 201 |
|
|
| 202 |
|
|
| 203 |
|
|
| 204 |
|
|
| 205 |
|
|
| 206 |
|
|
| 207 |
|
|
| 208 |
|
|
| 209 |
|
|
| 210 |
|
|
| 211 |
|
|
| 212 |
|
|
| 213 |
|
|
| 214 |
|
|
| 215 |
|
|
| 216 |
|
|
| 217 |
|
|
| 218 |
|
|
| 195 | 219 |
|
| 196 | 220 |
|
| 197 | 221 |
|
@@ -203,6 +227,12 @@ defmodule OpenAgents.Forge.BuildArtifactTest do
| 203 | 227 |
|
| 204 | 228 |
|
| 205 | 229 |
|
| 230 |
|
|
| 231 |
|
|
| 232 |
|
|
| 233 |
|
|
| 234 |
|
|
| 235 |
|
|
| 206 | 236 |
|
| 207 | 237 |
|
| 208 | 238 |
|