- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_016o8HwTaqLKEWCHTjsjFtrB
Clone an SCV's repository onto the durable volume
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
INVARIANTS.md -
modified
config/runtime.exs -
modified
docs/runtime-configuration.md -
modified
lib/openagents/runtime_config.ex -
modified
test/openagents/runtime_config_test.exs
Diff
5 files changed, +50 -2
INVARIANTS.md modified +6 -1
@@ -1088,7 +1088,12 @@ than assumed.
| 1088 | 1088 |
|
| 1089 | 1089 |
|
| 1090 | 1090 |
|
| 1091 |
|
|
| 1091 |
|
|
| 1092 |
|
|
| 1093 |
|
|
| 1094 |
|
|
| 1095 |
|
|
| 1096 |
|
|
| 1092 | 1097 |
|
| 1093 | 1098 |
|
| 1094 | 1099 |
|
config/runtime.exs modified +3 -1
@@ -228,7 +228,9 @@ if config_env() == :prod and runtime_role == :web do
| 228 | 228 |
|
| 229 | 229 |
|
| 230 | 230 |
|
| 231 |
|
|
| 231 |
|
|
| 232 |
|
|
| 233 |
|
|
| 232 | 234 |
|
| 233 | 235 |
|
| 234 | 236 |
|
docs/runtime-configuration.md modified +1
@@ -115,6 +115,7 @@ arguments, and the compiled defaults are the safe values.
| 115 | 115 |
|
| 116 | 116 |
|
| 117 | 117 |
|
| 118 |
|
|
| 118 | 119 |
|
| 119 | 120 |
|
| 120 | 121 |
|
lib/openagents/runtime_config.ex modified +10
@@ -459,6 +459,16 @@ defmodule OpenAgents.RuntimeConfig do
| 459 | 459 |
|
| 460 | 460 |
|
| 461 | 461 |
|
| 462 |
|
|
| 463 |
|
|
| 464 |
|
|
| 465 |
|
|
| 466 |
|
|
| 467 |
|
|
| 468 |
|
|
| 469 |
|
|
| 470 |
|
|
| 471 |
|
|
| 462 | 472 |
|
| 463 | 473 |
|
| 464 | 474 |
|
test/openagents/runtime_config_test.exs modified +30
@@ -247,6 +247,36 @@ defmodule OpenAgents.RuntimeConfigTest do
| 247 | 247 |
|
| 248 | 248 |
|
| 249 | 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 |
|
|
| 279 |
|
|
| 250 | 280 |
|
| 251 | 281 |
|
| 252 | 282 |
|