[codex] Install Codex instructions during integration#2
Draft
rudijetson wants to merge 1 commit into
Draft
Conversation
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
rudi integrate codexcreate or update the managed RUDI block in~/.codex/AGENTS.mdafter wiring the router.AGENTS.mdfiles in unit tests.Why
Codex integration could configure the RUDI MCP router without telling Codex how to reason about RUDI. Users then had to discover and run
rudi instructions codex --installseparately. The integration path should make Codex usable in one pass while preserving the manual refresh command.Validation
node scripts/run-tests.js src/__tests__/unit/integrate-codex.test.jsnode scripts/run-tests.js src/__tests__/unit/instructions-command.test.jsnode scripts/run-tests.js src/__tests__/unit/integrate-codex.test.js src/__tests__/unit/instructions-command.test.js src/__tests__/unit/commands.test.js src/__tests__/unit/routing.test.jsnode dist/index.cjs integrate codex --dry-runnode dist/index.cjs integrate codexNotes
Full
npm testwas run and still has three unrelated failures in existing tests:checkIndexed: fails when stack not in index,concurrent /agent/start requests reuse a single spawned process for the same resumeSessionId, and/agent/start launches Claude stream-json stdin sessions in print mode. The focused tests for this change pass.