Assert the install command the pages actually offer Withdrawing the binary release removed the curl command from the landing page, the repositories index, and the /coder splash, and left three tests asserting it was still there. Main has been red on them since that change — mine to fix. They now assert `npm i -g @openagentsinc/cli`, which is what the pages offer, and each additionally refutes `install.sh`. That refusal is the part worth keeping: the release's artifacts and every channel pointer were deleted, so the curl command can only fail, and the build it installed printed fabricated data as though it were real. A page that offers it again should fail a test rather than reach a reader.
Assert the install command the pages actually offer
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
test/openagents_web/controllers/page_controller_test.exs -
modified
test/openagents_web/live/coder_live_test.exs -
modified
test/openagents_web/live/repository_live_test.exs
Diff
3 files changed, +14 -3
test/openagents_web/controllers/page_controller_test.exs modified +7 -1
@@ -10,6 +10,12 @@ defmodule OpenAgentsWeb.PageControllerTest do
| 10 | 10 |
|
| 11 | 11 |
|
| 12 | 12 |
|
| 13 |
|
|
| 13 |
|
|
| 14 |
|
|
| 15 |
|
|
| 16 |
|
|
| 17 |
|
|
| 18 |
|
|
| 19 |
|
|
| 14 | 20 |
|
| 15 | 21 |
|
test/openagents_web/live/coder_live_test.exs modified +6 -1
@@ -10,7 +10,12 @@ defmodule OpenAgentsWeb.CoderLiveTest do
| 10 | 10 |
|
| 11 | 11 |
|
| 12 | 12 |
|
| 13 |
|
|
| 13 |
|
|
| 14 |
|
|
| 15 |
|
|
| 16 |
|
|
| 17 |
|
|
| 18 |
|
|
| 14 | 19 |
|
| 15 | 20 |
|
| 16 | 21 |
|
test/openagents_web/live/repository_live_test.exs modified +1 -1
@@ -213,8 +213,8 @@ defmodule OpenAgentsWeb.RepositoryLiveTest do
| 213 | 213 |
|
| 214 | 214 |
|
| 215 | 215 |
|
| 216 |
|
|
| 217 | 216 |
|
| 217 |
|
|
| 218 | 218 |
|
| 219 | 219 |
|
| 220 | 220 |
|