Take the CLI install command off the landing page
It was asked for twice and I substituted instead of removing: the withdrawn
`curl … | bash` became `npm i -g @openagentsinc/cli`, which is a different
command in the same place, not the removal that was requested.
The section is gone. The homepage sells the forge; it is not where a CLI gets
installed. `/docs/install-cli` still documents how, for anyone who goes looking.
The test asserted the command was present, so it asserted the wrong thing
twice. It now asserts the section is absent, along with both commands that have
occupied it, so a third one cannot arrive quietly.
Left in place, deliberately, because neither is the landing page and removing
them is a larger change than was asked for:
- `/coder` is ASCII art built around one copyable command; without it the
page is a logo and a copy hook that copies nothing.
- The repositories index lists install as step one of a six-step sequence
that continues `auth login`, `repo create`, `repo clone`. Removing the step
leaves a walkthrough that begins by assuming the binary.
Take the CLI install command off the landing page
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 447 · 2026-08-26T12:03:01.372144Z
- built
- 1 modules in 36.7 s
- deployed
- live · 1 module on 3 nodes · push→live 544.7 s
Changed files
-
modified
lib/openagents_web/live/home_live.ex -
modified
test/openagents_web/controllers/page_controller_test.exs
Diff
2 files changed, +8 -26
lib/openagents_web/live/home_live.ex modified -18
@@ -497,24 +497,6 @@ defmodule OpenAgentsWeb.HomeLive do
| 497 | 497 |
|
| 498 | 498 |
|
| 499 | 499 |
|
| 500 |
|
|
| 501 |
|
|
| 502 |
|
|
| 503 |
|
|
| 504 |
|
|
| 505 |
|
|
| 506 |
|
|
| 507 |
|
|
| 508 |
|
|
| 509 |
|
|
| 510 |
|
|
| 511 |
|
|
| 512 |
|
|
| 513 |
|
|
| 514 |
|
|
| 515 |
|
|
| 516 |
|
|
| 517 |
|
|
| 518 | 500 |
|
| 519 | 501 |
|
| 520 | 502 |
|
test/openagents_web/controllers/page_controller_test.exs modified +8 -8
@@ -6,16 +6,16 @@ defmodule OpenAgentsWeb.PageControllerTest do
| 6 | 6 |
|
| 7 | 7 |
|
| 8 | 8 |
|
| 9 |
|
|
| 9 |
|
|
| 10 | 10 |
|
| 11 | 11 |
|
| 12 |
|
|
| 13 |
|
|
| 14 |
|
|
| 15 |
|
|
| 16 |
|
|
| 17 |
|
|
| 18 |
|
|
| 12 |
|
|
| 13 |
|
|
| 14 |
|
|
| 15 |
|
|
| 16 |
|
|
| 17 |
|
|
| 19 | 18 |
|
| 19 |
|
|
| 20 | 20 |
|
| 21 | 21 |
|