feat(adapters): codex T2 — AGENTS.md fenced snippet#406
Conversation
Adds T2 tier to the codex adapter, matching the cursor adapter's pattern. Codex reads AGENTS.md for project instructions; without this tier, a codex session gets the MCP tools but no standing instructions on when to recall or how to propose through the review gate. Changes: - adapters/codex/AGENTS.md.snippet: fenced snippet with same content contract as cursor (recall first, propose-don't-write, human review gate), host identity set to codex - adapters/codex/install.yaml: add fence markers and T2 tier with fenced_append: true - tests/test_install_adapter.py: codex T2 coverage (create, idempotent re-run, append to existing file) Closes vouchdev#385
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThis PR adds a T2 installation tier for the codex adapter, introducing an ChangesCodex T2 AGENTS.md Tier
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related issues
Possibly related PRs
Suggested labels: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning Tools execution failed with the following error: Failed to run tools: 13 INTERNAL: Received RST_STREAM with code 2 (Internal server error) 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 |
Summary
Adds T2 tier to the codex adapter, matching the cursor adapter's pattern. Codex reads AGENTS.md for project instructions; without this tier, a codex session gets the MCP tools but no standing instructions on when to recall or how to propose through the review gate.
Changes
adapters/codex/AGENTS.md.snippet: fenced snippet with same content contract as cursor (recall first, propose-don't-write, human review gate), host identity set to codexadapters/codex/install.yaml: add fence markers and T2 tier withfenced_append: truetests/test_install_adapter.py: codex T2 coverage (create, idempotent re-run, append to existing file)Acceptance criteria (from #385)
tests/test_install_adapter.pyCloses #385
Summary by CodeRabbit
New Features
AGENTS.md.Documentation
Tests