Add Codex integration: CLI support, project config generation, and docs#11
Open
sergiobaiao wants to merge 2 commits into
Open
Add Codex integration: CLI support, project config generation, and docs#11sergiobaiao wants to merge 2 commits into
sergiobaiao wants to merge 2 commits into
Conversation
Add Codex integration: CLI support, project config generation, and docs
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.
Motivation
Description
docs/codex-integration.mdand linked it fromREADME.mdwith usage examples and expected.codex/config.tomloutput.README.mdto includecodexin the integrations list and reference the new docs page.docs/repository-analysis.mddescribing repository architecture, risks, and recommended deep dives.packages/cli/src/index.tsto accept--agent codexand implementedconfigureCodexProject,writeCodexProjectConfig, and TOML construction helpers to atomically write.codex/config.tomlwith secure permissions.packages/cli/src/check-cli-contract.tsto include automated contract tests for thecodexconfigure flow and related behaviors.Testing
packages/cli/src/check-cli-contract.ts, which exercised parsing, project configuration flows (including Codex), and help output assertions, and it completed with the contract validation message indicating success.codexconfigure path was validated by assertions that.codex/config.tomlcontains an[mcp_servers.openpets]block and that the--local-dev --forcevariations produce anode-based command entry, and those assertions passed.Codex Task
Need help on this PR? Tag
@codesmithwith what you need.