Remove obsolete codex-cli README (#17096)

Problem: codex-cli/README.md is obsolete and confusing to keep around.

Solution: Delete codex-cli/README.md so the stale README is no longer
present in the repository.
This commit is contained in:
Eric Traut
2026-04-08 00:18:23 -07:00
committed by GitHub
parent 79768dd61c
commit abc678f9e8
2 changed files with 0 additions and 741 deletions

View File

@@ -63,10 +63,5 @@ jobs:
- name: Check root README ToC
run: python3 scripts/readme_toc.py README.md
- name: Ensure codex-cli/README.md contains only ASCII and certain Unicode code points
run: ./scripts/asciicheck.py codex-cli/README.md
- name: Check codex-cli/README ToC
run: python3 scripts/readme_toc.py codex-cli/README.md
- name: Prettier (run `pnpm run format:fix` to fix)
run: pnpm run format