Add Codex adapter support#73
Open
JaeCoding wants to merge 1 commit into
Open
Conversation
13e4bc6 to
27ebfea
Compare
27ebfea to
617eb3f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
AGENTS.md,.codex/config.toml, and generated.agents/skills/*wrappers that point back to upstream.claude/skillsas the source of truth.tools/sync_codex_skills.pyand run it from setup so Codex wrappers stay in sync after language switches or upstream skill updates./skill ...intent flow and add a separatecodex_promptplus Codex adapter doc path for Codex users.httpxwith the main requirements so the review MCP server can start from Codex config.Checklist
python -m pytest tests/ -vpasses — not run: this repo currently has notests/directory, and local pytest exits withno tests ran.i18n/en/andi18n/zh/updated (if modifying skills/CLAUDE.md/shared-references) — not applicable; upstream skill/i18n source files were not changed../setup.shrun to sync active files (if i18n files changed) — not applicable; ran Codex wrapper sync directly instead.docs/extending.mdchecklist followed (if adding new module) — not applicable; no new runtime module added.src/packages created (this is a Claude Code skill project).Verification
python3 tools/sync_codex_skills.py --checkpython3 -m py_compile tools/sync_codex_skills.py tools/serve.py mcp-servers/llm-review/server.pybash -n setup.shpython3 tools/serve.py --host 127.0.0.1 --port 9877and verifiedPOST /api/intent/discoverkeepscommandas/discover ...while addingcodex_prompt.git diff --checkbefore amend.