- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_0149rBWy7br1Z7bbz9NrQhEr
Copy docs pages as Markdown, drop the components copy button, match the rails
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
assets/css/app.css -
modified
lib/openagents/runtime_config.ex -
modified
lib/openagents_web/components/layouts.ex -
modified
lib/openagents_web/components/layouts/components.html.heex -
modified
lib/openagents_web/components/layouts/docs.html.heex -
modified
lib/openagents_web/docs_catalog.ex -
modified
test/openagents/runtime_config_test.exs
Diff
7 files changed, +70 -29
assets/css/app.css modified +11 -14
@@ -222,15 +222,19 @@
| 222 | 222 |
|
| 223 | 223 |
|
| 224 | 224 |
|
| 225 |
|
|
| 225 |
|
|
| 226 |
|
|
| 227 |
|
|
| 228 |
|
|
| 229 |
|
|
| 230 |
|
|
| 226 | 231 |
|
| 227 | 232 |
|
| 233 |
|
|
| 228 | 234 |
|
| 229 | 235 |
|
| 230 | 236 |
|
| 231 | 237 |
|
| 232 |
|
|
| 233 |
|
|
| 234 | 238 |
|
| 235 | 239 |
|
| 236 | 240 |
|
@@ -412,16 +416,6 @@
| 412 | 416 |
|
| 413 | 417 |
|
| 414 | 418 |
|
| 415 |
|
|
| 416 |
|
|
| 417 |
|
|
| 418 |
|
|
| 419 |
|
|
| 420 |
|
|
| 421 |
|
|
| 422 |
|
|
| 423 |
|
|
| 424 |
|
|
| 425 | 419 |
|
| 426 | 420 |
|
| 427 | 421 |
|
@@ -434,7 +428,10 @@
| 434 | 428 |
|
| 435 | 429 |
|
| 436 | 430 |
|
| 437 |
|
|
| 431 |
|
|
| 432 |
|
|
| 433 |
|
|
| 434 |
|
|
| 438 | 435 |
|
| 439 | 436 |
|
| 440 | 437 |
|
lib/openagents/runtime_config.ex modified +17
@@ -93,6 +93,23 @@ defmodule OpenAgents.RuntimeConfig do
| 93 | 93 |
|
| 94 | 94 |
|
| 95 | 95 |
|
| 96 |
|
|
| 97 |
|
|
| 98 |
|
|
| 99 |
|
|
| 100 |
|
|
| 101 |
|
|
| 102 |
|
|
| 103 |
|
|
| 104 |
|
|
| 105 |
|
|
| 106 |
|
|
| 107 |
|
|
| 108 |
|
|
| 109 |
|
|
| 110 |
|
|
| 111 |
|
|
| 112 |
|
|
| 96 | 113 |
|
| 97 | 114 |
|
| 98 | 115 |
|
lib/openagents_web/components/layouts.ex modified +8 -2
@@ -162,14 +162,20 @@ defmodule OpenAgentsWeb.Layouts do
| 162 | 162 |
|
| 163 | 163 |
|
| 164 | 164 |
|
| 165 |
|
|
| 165 |
|
|
| 166 | 166 |
|
| 167 | 167 |
|
| 168 |
|
|
| 169 |
|
|
| 170 |
|
|
| 168 | 171 |
|
| 169 | 172 |
|
| 173 |
|
|
| 174 |
|
|
| 175 |
|
|
| 170 | 176 |
|
| 171 | 177 |
|
| 172 |
|
|
| 178 |
|
|
| 173 | 179 |
|
| 174 | 180 |
|
| 175 | 181 |
|
lib/openagents_web/components/layouts/components.html.heex modified -7
lib/openagents_web/components/layouts/docs.html.heex modified +7 -3
@@ -32,11 +32,15 @@
| 32 | 32 |
|
| 33 | 33 |
|
| 34 | 34 |
|
| 35 |
|
|
| 36 |
|
|
| 37 |
|
|
| 38 |
|
|
| 35 | 39 |
|
| 36 | 40 |
|
| 37 |
|
|
| 38 |
|
|
| 39 |
|
|
| 41 |
|
|
| 42 |
|
|
| 43 |
|
|
| 40 | 44 |
|
| 41 | 45 |
|
| 42 | 46 |
|
lib/openagents_web/docs_catalog.ex modified +4 -3
@@ -118,8 +118,9 @@ defmodule OpenAgentsWeb.DocsCatalog do
| 118 | 118 |
|
| 119 | 119 |
|
| 120 | 120 |
|
| 121 |
|
|
| 122 |
|
|
| 121 |
|
|
| 122 |
|
|
| 123 |
|
|
| 123 | 124 |
|
| 124 | 125 |
|
| 125 | 126 |
|
@@ -128,7 +129,7 @@ defmodule OpenAgentsWeb.DocsCatalog do
| 128 | 129 |
|
| 129 | 130 |
|
| 130 | 131 |
|
| 131 |
|
|
| 132 |
|
|
| 132 | 133 |
|
| 133 | 134 |
|
| 134 | 135 |
|
test/openagents/runtime_config_test.exs modified +23
@@ -327,4 +327,27 @@ defmodule OpenAgents.RuntimeConfigTest do
| 327 | 327 |
|
| 328 | 328 |
|
| 329 | 329 |
|
| 330 |
|
|
| 331 |
|
|
| 332 |
|
|
| 333 |
|
|
| 334 |
|
|
| 335 |
|
|
| 336 |
|
|
| 337 |
|
|
| 338 |
|
|
| 339 |
|
|
| 340 |
|
|
| 341 |
|
|
| 342 |
|
|
| 343 |
|
|
| 344 |
|
|
| 345 |
|
|
| 346 |
|
|
| 347 |
|
|
| 348 |
|
|
| 349 |
|
|
| 350 |
|
|
| 351 |
|
|
| 352 |
|
|
| 330 | 353 |
|