From 20e5edfa74d44b2e767fa52a1d3769a4f65d49fa Mon Sep 17 00:00:00 2001 From: pakrym-oai Date: Wed, 8 Jul 2026 18:04:44 -0700 Subject: [PATCH] Expand agent core ownership (#31675) 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. --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 41a1e69229..61addafe3b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,8 @@ # 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