docs: improve Codex integration with MCP-first guidance#177
Merged
nvandessel merged 3 commits intomainfrom Feb 28, 2026
Merged
Conversation
Greptile SummaryThis PR updates Codex integration documentation to reflect MCP support with instruction-based orchestration. The changes establish a dual-layer approach for Codex: MCP tools for bidirectional floop access, and explicit runtime cadence rules to compensate for the absence of lifecycle hooks. Key additions:
All changes are documentation and templates only, with no code modifications. References to floop MCP tools ( Confidence Score: 5/5
|
| Filename | Overview |
|---|---|
| AGENTS.md | Updated integration language to reflect MCP+hooks approach and added Codex runtime cadence section with pseudo-hook workflow |
| docs/integrations/README.md | Updated Codex compatibility matrix entry to show MCP support and updated description with link to new codex.md guide |
| docs/integrations/agent-prompt-template.md | Removed Codex from non-MCP tools list, fixed agents.md capitalization, and added Codex Note section with MCP guidance |
| docs/integrations/codex.md | New comprehensive integration guide covering MCP setup, verification, orchestration rules, optional skill installation, CLI fallback, and dogfooding workflow |
| docs/integrations/templates/codex-agents.md.template | New template for Codex-specific AGENTS.md content defining required cadence for task start, context shifts, corrections, and behavior outcomes |
| docs/integrations/templates/floop.SKILL.md.template | New Codex skill template enforcing floop operational loop for hookless environments with bootstrap, refresh, capture, and feedback stages |
Last reviewed commit: 0279519
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
docs/integrations/codex.mddocs/integrations/templates/codex-agents.md.templatedocs/integrations/templates/floop.SKILL.md.templatedocs/integrations/README.mddocs/integrations/agent-prompt-template.mdAGENTS.mdWhy
Codex can call MCP tools, but lacks Claude-style hook events. This change documents and templates the pseudo-hook cadence (
floop_activeat task/context boundaries,floop_learnon correction,floop_feedbackafter behavior outcomes) so teams can run floop reliably in Codex.Validation
floop_list(tag="frond")