chore(codex): add Codex CLI config and link mapping; update Brewfile #36
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.
Background / 背景
Introduce Codex CLI configuration and wiring so this repo can use the Codex agent locally alongside existing Claude Code settings. Add Homebrew dependency and link script mapping to make setup reproducible.
ローカルでCodexエージェントを利用できるように設定を追加しました。Homebrew 依存関係と
link.shでのシンボリックリンク設定を追加し、セットアップを再現可能にします。Changes / 変更内容
.codex/config.tomlfor local Codex CLIlink.shto link~/.codex/config.tomlbrew "codex"toBrewfileAGENTS.mdwith repository conventions.codex/config.tomlを追加し、link.shに~/.codex/config.tomlへのリンクを追記。Brewfileにcodexを追加し、AGENTS.mdを同梱しました。Impact scope / 影響範囲
./link.shandbrew bundlecodexwill be installedローカル開発環境のセットアップに影響します(
./link.shとbrew bundle)。実行時/CI の挙動変更はありません。新規 Homebrew パッケージcodexが追加されます。Testing / 動作確認
bash -n link.shpassesbrew bundle check --file=./Brewfilerecognizes new formulabash -n link.shが通ることを確認brew bundle check --file=./Brewfileで新規 formula が認識されることを確認