Document Codex PR readiness permission#38
Conversation
|
Warning Review limit reached
More reviews will be available in 51 minutes and 48 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Greptile SummaryThis PR adds a new
Confidence Score: 5/5Documentation-only addition of AGENTS.md; no executable code is touched and the instructions are self-contained. The change is a single new markdown file with no code, no dependencies, and no runtime impact. The conditions Codex must satisfy before marking a PR ready are explicit and the fallback behavior is clearly specified. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A([Codex finishes requested work]) --> B{Work complete?}
B -- No --> Z([Leave as draft, report blocker])
B -- Yes --> C{Required checks &\nreview-app passing\nor skips documented?}
C -- No --> Z
C -- Yes --> D{Blocking review comments\nor user-requested\nchanges unresolved?}
D -- Yes --> Z
D -- No --> E([Run: gh pr ready])
Reviews (1): Last reviewed commit: "Document Codex PR readiness permission" | Re-trigger Greptile |
Adds a repo-local
AGENTS.mdinstruction so future Codex sessions may markdraft PRs ready once the work is complete and checks/review-app verification
are clean.
This is a documentation-only agent instruction update.
Note
Low Risk
Documentation-only agent policy with no runtime, security, or application code changes.
Overview
Adds a new
AGENTS.mdwith repo-local instructions for Codex on pull request readiness.Codex may run
gh pr readywithout asking again when the requested work is done, required checks and review-app verification pass (or non-blocking skips are documented), and there are no unresolved blocking review comments or user-requested changes. If checks fail, review-app verification is broken, or blocking feedback remains, the PR stays draft and Codex should report the blocker.Reviewed by Cursor Bugbot for commit 3e5af57. Bugbot is set up for automated code reviews on this repo. Configure here.