- Co-Authored-By
- Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Step 1: wire migrate-on-boot (RELEASE-001).
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
config/config.exs -
modified
config/runtime.exs -
modified
config/test.exs -
modified
lib/openagents/application.ex
Diff
4 files changed, +16 -0
config/config.exs modified +1
config/runtime.exs modified +6
@@ -139,6 +139,12 @@ if config_env() == :prod do
| 139 | 139 |
|
| 140 | 140 |
|
| 141 | 141 |
|
| 142 |
|
|
| 143 |
|
|
| 144 |
|
|
| 145 |
|
|
| 146 |
|
|
| 147 |
|
|
| 142 | 148 |
|
| 143 | 149 |
|
| 144 | 150 |
|
config/test.exs modified +2
lib/openagents/application.ex modified +7
@@ -7,6 +7,13 @@ defmodule OpenAgents.Application do
| 7 | 7 |
|
| 8 | 8 |
|
| 9 | 9 |
|
| 10 |
|
|
| 11 |
|
|
| 12 |
|
|
| 13 |
|
|
| 14 |
|
|
| 15 |
|
|
| 16 |
|
|
| 10 | 17 |
|
| 11 | 18 |
|
| 12 | 19 |
|