- Co-Authored-By
- Christopher David <chris@openagents.com>
Package only application resource modules into build artifacts
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
docs/operations/production-deploy-runbook.md -
modified
lib/openagents/forge/build_worker.ex -
modified
test/openagents/forge/build_worker_test.exs
Diff
3 files changed, +65 -9
docs/operations/production-deploy-runbook.md modified +1
@@ -206,4 +206,5 @@ Do not report success without all of the following:
| 206 | 206 |
|
| 207 | 207 |
|
| 208 | 208 |
|
| 209 |
|
|
| 209 | 210 |
|
lib/openagents/forge/build_worker.ex modified +30 -9
@@ -321,28 +321,49 @@ defmodule OpenAgents.Forge.BuildWorker do
| 321 | 321 |
|
| 322 | 322 |
|
| 323 | 323 |
|
| 324 |
|
|
| 325 |
|
|
| 324 |
|
|
| 325 |
|
|
| 326 | 326 |
|
| 327 |
|
|
| 328 |
|
|
| 329 |
|
|
| 330 |
|
|
| 331 |
|
|
| 332 |
|
|
| 327 |
|
|
| 328 |
|
|
| 329 |
|
|
| 330 |
|
|
| 331 |
|
|
| 332 |
|
|
| 333 |
|
|
| 333 | 334 |
|
| 334 |
|
|
| 335 |
|
|
| 336 |
|
|
| 337 |
|
|
| 338 |
|
|
| 335 | 339 |
|
| 336 | 340 |
|
| 337 | 341 |
|
| 338 | 342 |
|
| 339 | 343 |
|
| 344 |
|
|
| 340 | 345 |
|
| 341 | 346 |
|
| 342 | 347 |
|
| 343 | 348 |
|
| 344 | 349 |
|
| 345 | 350 |
|
| 351 |
|
|
| 352 |
|
|
| 353 |
|
|
| 354 |
|
|
| 355 |
|
|
| 356 |
|
|
| 357 |
|
|
| 358 |
|
|
| 359 |
|
|
| 360 |
|
|
| 361 |
|
|
| 362 |
|
|
| 363 |
|
|
| 364 |
|
|
| 365 |
|
|
| 366 |
|
|
| 346 | 367 |
|
| 347 | 368 |
|
| 348 | 369 |
|
test/openagents/forge/build_worker_test.exs modified +34
@@ -242,6 +242,40 @@ defmodule OpenAgents.Forge.BuildWorkerTest do
| 242 | 242 |
|
| 243 | 243 |
|
| 244 | 244 |
|
| 245 |
|
|
| 246 |
|
|
| 247 |
|
|
| 248 |
|
|
| 249 |
|
|
| 250 |
|
|
| 251 |
|
|
| 252 |
|
|
| 253 |
|
|
| 254 |
|
|
| 255 |
|
|
| 256 |
|
|
| 257 |
|
|
| 258 |
|
|
| 259 |
|
|
| 260 |
|
|
| 261 |
|
|
| 262 |
|
|
| 263 |
|
|
| 264 |
|
|
| 265 |
|
|
| 266 |
|
|
| 267 |
|
|
| 268 |
|
|
| 269 |
|
|
| 270 |
|
|
| 271 |
|
|
| 272 |
|
|
| 273 |
|
|
| 274 |
|
|
| 275 |
|
|
| 276 |
|
|
| 277 |
|
|
| 278 |
|
|
| 245 | 279 |
|
| 246 | 280 |
|
| 247 | 281 |
|