- Co-Authored-By
- Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Step 2: restore the rest of the boot path in application.ex.
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/application.ex -
modified
lib/openagents/sarah/supervisor.ex
Diff
2 files changed, +27 -8
lib/openagents/application.ex modified +27 -3
@@ -15,8 +15,15 @@ defmodule OpenAgents.Application do
| 15 | 15 |
|
| 16 | 16 |
|
| 17 | 17 |
|
| 18 |
|
|
| 19 |
|
|
| 18 |
|
|
| 19 |
|
|
| 20 |
|
|
| 21 |
|
|
| 22 |
|
|
| 23 |
|
|
| 24 |
|
|
| 25 |
|
|
| 26 |
|
|
| 20 | 27 |
|
| 21 | 28 |
|
| 22 | 29 |
|
@@ -33,7 +40,24 @@ defmodule OpenAgents.Application do
| 33 | 40 |
|
| 34 | 41 |
|
| 35 | 42 |
|
| 36 |
|
|
| 43 |
|
|
| 44 |
|
|
| 45 |
|
|
| 46 |
|
|
| 47 |
|
|
| 48 |
|
|
| 49 |
|
|
| 50 |
|
|
| 51 |
|
|
| 52 |
|
|
| 53 |
|
|
| 54 |
|
|
| 55 |
|
|
| 56 |
|
|
| 57 |
|
|
| 58 |
|
|
| 59 |
|
|
| 60 |
|
|
| 37 | 61 |
|
| 38 | 62 |
|
| 39 | 63 |
|
lib/openagents/sarah/supervisor.ex modified -5
@@ -15,11 +15,6 @@ defmodule OpenAgents.Sarah.Supervisor do
| 15 | 15 |
|
| 16 | 16 |
|
| 17 | 17 |
|
| 18 |
|
|
| 19 |
|
|
| 20 |
|
|
| 21 |
|
|
| 22 |
|
|
| 23 | 18 |
|
| 24 | 19 |
|
| 25 | 20 |
|