- Co-Authored-By
- Claude Fable 5 <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01GoYpb8FEmdxVErsv7ABCYi
Point RELEASE-003 at the origin check production runs
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
- pushed
- by user · WAL seq 338 · 2026-08-25T05:22:02.171432Z
Changed files
-
modified
INVARIANTS.md -
modified
lib/openagents/runtime_config.ex -
deleted
lib/openagents_web/allowed_origins.ex -
modified
test/openagents/runtime_config_test.exs -
deleted
test/openagents_web/allowed_origins_test.exs
Diff
5 files changed, +39 -79
INVARIANTS.md modified +3 -3
@@ -3264,8 +3264,8 @@ Production accepts the primary `PHX_HOST` plus explicitly configured HTTPS
| 3264 | 3264 |
|
| 3265 | 3265 |
|
| 3266 | 3266 |
|
| 3267 |
|
|
| 3268 |
|
|
| 3267 |
|
|
| 3268 |
|
|
| 3269 | 3269 |
|
| 3270 | 3270 |
|
| 3271 | 3271 |
|
@@ -5252,7 +5252,7 @@ contract; the invariant prose above defines the assertion, not the filename.
| 5252 | 5252 |
|
| 5253 | 5253 |
|
| 5254 | 5254 |
|
| 5255 |
|
|
| 5255 |
|
|
| 5256 | 5256 |
|
| 5257 | 5257 |
|
| 5258 | 5258 |
|
lib/openagents/runtime_config.ex modified +1 -1
@@ -831,7 +831,7 @@ defmodule OpenAgents.RuntimeConfig do
| 831 | 831 |
|
| 832 | 832 |
|
| 833 | 833 |
|
| 834 |
|
|
| 834 |
|
|
| 835 | 835 |
|
| 836 | 836 |
|
| 837 | 837 |
|
lib/openagents_web/allowed_origins.ex deleted -54
@@ -1,54 +0,0 @@
| 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 |
|
|
| 38 |
|
|
| 39 |
|
|
| 40 |
|
|
| 41 |
|
|
| 42 |
|
|
| 43 |
|
|
| 44 |
|
|
| 45 |
|
|
| 46 |
|
|
| 47 |
|
|
| 48 |
|
|
| 49 |
|
|
| 50 |
|
|
| 51 |
|
|
| 52 |
|
|
| 53 |
|
|
| 54 |
|
test/openagents/runtime_config_test.exs modified +35
@@ -162,6 +162,41 @@ defmodule OpenAgents.RuntimeConfigTest do
| 162 | 162 |
|
| 163 | 163 |
|
| 164 | 164 |
|
| 165 |
|
|
| 166 |
|
|
| 167 |
|
|
| 168 |
|
|
| 169 |
|
|
| 170 |
|
|
| 171 |
|
|
| 172 |
|
|
| 173 |
|
|
| 174 |
|
|
| 175 |
|
|
| 176 |
|
|
| 177 |
|
|
| 178 |
|
|
| 179 |
|
|
| 180 |
|
|
| 181 |
|
|
| 182 |
|
|
| 183 |
|
|
| 184 |
|
|
| 185 |
|
|
| 186 |
|
|
| 187 |
|
|
| 188 |
|
|
| 189 |
|
|
| 190 |
|
|
| 191 |
|
|
| 192 |
|
|
| 193 |
|
|
| 194 |
|
|
| 195 |
|
|
| 196 |
|
|
| 197 |
|
|
| 198 |
|
|
| 199 |
|
|
| 165 | 200 |
|
| 166 | 201 |
|
| 167 | 202 |
|
test/openagents_web/allowed_origins_test.exs deleted -21
@@ -1,21 +0,0 @@
| 1 |
|
|
| 2 |
|
|
| 3 |
|
|
| 4 |
|
|
| 5 |
|
|
| 6 |
|
|
| 7 |
|
|
| 8 |
|
|
| 9 |
|
|
| 10 |
|
|
| 11 |
|
|
| 12 |
|
|
| 13 |
|
|
| 14 |
|
|
| 15 |
|
|
| 16 |
|
|
| 17 |
|
|
| 18 |
|
|
| 19 |
|
|
| 20 |
|
|
| 21 |
|