feat(codex): add support for codex openai#153
feat(codex): add support for codex openai#153scottschreckengaust merged 29 commits intoawslabs:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Adds documentation/support references for using AI-DLC with OpenAI Codex by leveraging Codex’s AGENTS.md convention while keeping the existing .aidlc-rule-details/ rule-details resolution approach.
Changes:
- Document OpenAI Codex setup steps in the README (including verification and directory layout).
- Update the core workflow docs to list OpenAI Codex among agents that use
.aidlc-rule-details/.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| aidlc-rules/aws-aidlc-rules/core-workflow.md | Adds OpenAI Codex to the documented .aidlc-rule-details/ consumers list. |
| README.md | Adds an OpenAI Codex section and TOC entry with setup/verify instructions using AGENTS.md. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Update the note about the AGENTS.md file size limit.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
leandrodamascena
left a comment
There was a problem hiding this comment.
Hey folks, this PR had been stalled for a few weeks due to merge conflicts and a feedback #153 (review) from @raj-jain-aws. I went ahead and resolved the conflicts and addressed the review feedback.
Since @scottschreckengaust and @MichaelWalker-git had already approved, I believe this is ready to merge.
I'm approving and waiting to someone else to merge.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Head branch was pushed to by a user without write access
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
harmjeff
left a comment
There was a problem hiding this comment.
Another platform is good!
Summary
Adds OpenAI Codex as a supported coding agent for AIDLC. Codex uses AGENTS.md at the project root to load instructions, which maps cleanly onto the existing .aidlc-rule-details/ path resolution already used by Claude Code, Cursor, Cline, and GitHub Copilot, so no new path or rule changes were required.
Changes
README.md: Added OpenAI Codex to the Platform-Specific Setup table of contents and added a full ### OpenAI Codex setup section (between GitHub Copilot and Other Agents) with
User experience
Before: Users who wanted to use AIDLC with OpenAI Codex had no documented setup path and would need to figure out the AGENTS.md convention themselves.
After: Users can follow the new ### OpenAI Codex section in the README to set up AI-DLC in two commands. Codex sessions in the project will automatically load the full AIDLC three phase workflow (Inception → Construction → Operations) and resolve rule details from .aidlc-rule-details/.
Checklist
If your change doesn't seem to apply, please leave them unchecked.
Test Plan
Acknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.