diff --git a/codex-cli/README.md b/codex-cli/README.md
index d4e9479b2d..a0a1d5e938 100644
--- a/codex-cli/README.md
+++ b/codex-cli/README.md
@@ -4,8 +4,8 @@
curl -fsSL https://chatgpt.com/codex/install.sh | sh
powershell -c "irm https://chatgpt.com/codex/install.ps1|iex"
> [!IMPORTANT]
-> This is the documentation for the _legacy_ TypeScript implementation of the Codex CLI. It has been superseded by the _Rust_ implementation. See the [README in the root of the Codex repository](https://github.com/openai/codex/blob/main/README.md) for details.
-> Use the native installers above for the maintained Codex CLI. If you specifically need the legacy TypeScript CLI described in this document, install it with `npm install -g @openai/codex`.
+> This directory contains the npm package entrypoint for Codex. For the primary Codex CLI docs and native installers, see the [README in the root of the Codex repository](https://github.com/openai/codex/blob/main/README.md).
+> If you want to install Codex from npm instead of the native installers, use `npm install -g @openai/codex`.

@@ -75,7 +75,7 @@ Help us improve by filing issues or submitting PRs (see the section below for ho
## Quickstart
-For the maintained Codex CLI, use the native installers above or the root README. If you specifically need the legacy TypeScript CLI, install it globally with npm:
+For the primary Codex CLI install docs, use the native installers above or the root README. If you want to install Codex from npm, install it globally with npm:
```shell
npm install -g @openai/codex
@@ -285,7 +285,7 @@ Below are a few bite-size examples you can copy-paste. Replace the text in quote
## Installation
-Legacy TypeScript CLI via npm / yarn / bun / pnpm
+From npm / yarn / bun / pnpm
```bash
npm install -g @openai/codex
diff --git a/codex-rs/README.md b/codex-rs/README.md
index a3aa918522..391b74a4c1 100644
--- a/codex-rs/README.md
+++ b/codex-rs/README.md
@@ -27,7 +27,7 @@ If you prefer a package manager, you can also install via npm (`npm install -g @
## What's new in the Rust CLI
-The Rust implementation is now the maintained Codex CLI and serves as the default experience. It includes a number of features that the legacy TypeScript CLI never supported.
+The Rust implementation is the maintained Codex CLI and serves as the default experience.
### Config