Skip to content

Commit 337575d

Browse files
authored
Update cookbook wording (#2225)
1 parent 807e6a3 commit 337575d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ New or relocated content must have an entry in `registry.yaml` with an accurate
3131

3232
## Review Guidelines
3333

34+
These are considered priority 0 issues for this repo, in addition to the normal priority for possible issues.
3435
- Verify file, function, and notebook names follow the repo's naming conventions and clearly describe their purpose.
3536
- Scan prose and markdown for typos, broken links, and inconsistent formatting before approving.
3637
- Check that code identifiers remain descriptive (no leftover placeholder names) and that repeated values are factored into constants when practical.

examples/codex/build_code_review_with_codex_sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ With [Code Review](https://chatgpt.com/codex/settings/code-review) in Codex Clou
44

55
Luckily, we can replicate Codex's cloud hosted review process in our own CI/CD runners. In this guide, we'll build our own Code Review action using the Codex CLI headless mode with both GitHub Actions and Jenkins.
66

7-
To build our own Code review, we'll take the following steps:
7+
To build our own Code review, we'll take the following steps and adhere to them closely:
88

99
1. Install the Codex CLI in our CI/CD runner
1010
2. Prompt Codex in headless (exec) mode with the Code Review prompt that ships with the CLI

0 commit comments

Comments
 (0)