Fix PostHog release startup
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 -
added
test/openagents/application_test.exs
Diff
2 files changed, +41 -3
lib/openagents/application.ex modified +4 -3
@@ -98,12 +98,13 @@ defmodule OpenAgents.Application do
| 98 | 98 |
|
| 99 | 99 |
|
| 100 | 100 |
|
| 101 |
|
|
| 101 |
|
|
| 102 |
|
|
| 102 | 103 |
|
| 103 | 104 |
|
| 104 | 105 |
|
| 105 |
|
|
| 106 |
|
|
| 106 |
|
|
| 107 |
|
|
| 107 | 108 |
|
| 108 | 109 |
|
| 109 | 110 |
|
test/openagents/application_test.exs added +37
@@ -0,0 +1,37 @@
| 1 |
|
|
| 2 |
|
|
| 3 |
|
|
| 4 |
|
|
| 5 |
|
|
| 6 |
|
|
| 7 |
|
|
| 8 |
|
|
| 9 |
|
|
| 10 |
|
|
| 11 |
|
|
| 12 |
|
|
| 13 |
|
|
| 14 |
|
|
| 15 |
|
|
| 16 |
|
|
| 17 |
|
|
| 18 |
|
|
| 19 |
|
|
| 20 |
|
|
| 21 |
|
|
| 22 |
|
|
| 23 |
|
|
| 24 |
|
|
| 25 |
|
|
| 26 |
|
|
| 27 |
|
|
| 28 |
|
|
| 29 |
|
|
| 30 |
|
|
| 31 |
|
|
| 32 |
|
|
| 33 |
|
|
| 34 |
|
|
| 35 |
|
|
| 36 |
|
|
| 37 |
|