mirror of
https://github.com/openai/codex.git
synced 2026-08-23 13:09:46 +00:00
The agent core team owns the core agent implementation and should review changes to its adjacent runtime crates. Those crates were not covered by the existing CODEOWNERS rules. This adds `@openai/codex-core-agent-team` ownership for: - `codex-rs/arg0` - `codex-rs/codex-mcp` - `codex-rs/exec-server` ## Validation - `git diff --check` No runtime tests are applicable because this only changes CODEOWNERS metadata.
18 lines
819 B
Plaintext
18 lines
819 B
Plaintext
# Core crate ownership.
|
|
/codex-rs/arg0/ @openai/codex-core-agent-team
|
|
/codex-rs/codex-mcp/ @openai/codex-core-agent-team
|
|
/codex-rs/core/ @openai/codex-core-agent-team
|
|
/codex-rs/exec-server/ @openai/codex-core-agent-team
|
|
/codex-rs/exec-server-protocol/ @openai/codex-core-agent-team
|
|
/codex-rs/ext/extension-api/ @openai/codex-core-agent-team
|
|
/codex-rs/prompts/ @openai/codex-core-agent-team
|
|
/codex-rs/utils/path-uri/ @openai/codex-core-agent-team
|
|
|
|
# Keep macOS AKV signing changes reviewed by Codex maintainers.
|
|
/.github/actions/setup-akv-pkcs11-codesigning/ @openai/codex-core-agent-team
|
|
/.github/scripts/macos-signing/ @openai/codex-core-agent-team
|
|
/.github/workflows/rust-release.yml @openai/codex-core-agent-team
|
|
|
|
# Keep ownership changes reviewed by the same team.
|
|
/.github/CODEOWNERS @openai/codex-core-agent-team
|