Skip to content

Commit 53c025f

Browse files
grrowlclaude
andcommitted
docs: correct codex adversary advice — strongest model, stdin shape
gpt-5.5 reference was stale (user-level addendum already says gpt-5.6-sol), and an invocation that neither pipes stdin nor closes it hangs codex exec forever — both bit this session. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent d00dba9 commit 53c025f

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

CLAUDE.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ Each is load-bearing and guarded by an ADR — read it before you touch the area
8383
- **One decision → one ADR.** Conventional commits (`!` = breaking); end with the
8484
Co-Authored-By trailer. Commit/push only when asked; `main` is the release
8585
branch.
86-
- **Run plans and risky changes past codex (`gpt-5.5`) as an adversary** before
87-
committing — it has caught real bugs here (the cursor-fetch race, the
88-
scroll-back `DuplicateKeySyncError`).
86+
- **Run plans and risky changes past codex (`gpt-5.6-sol`) as an adversary**
87+
before committing — it has caught real bugs here (the cursor-fetch race, the
88+
scroll-back `DuplicateKeySyncError`). Use the strongest available model; a
89+
weaker adversary is a weaker review. Pipe input in (`git diff | codex exec
90+
… -`) or close stdin (`codex exec "…" < /dev/null`) — an open stdin hangs
91+
codex forever.

0 commit comments

Comments
 (0)