1.8 KiB
1.8 KiB
Codex Team Policy Fixes
Date: 2026-04-05
Scope
- Fix the
.codex/memoriespath convention so the shared rule and per-agent instructions use the same agent IDs. - Tighten the team-first wording so non-trivial repo work consults the team by default.
- Remove role skill assignments that depend on unavailable review infrastructure.
Approved Approach
Use a minimal patch:
- Standardize memory paths on the actual Codex agent IDs, which use underscores.
- Change the consultation policy from "before deep analysis" to "before any non-trivial repo task", while keeping a narrow exception for purely mechanical actions and explicit user opt-outs.
- Replace non-executable
requesting-code-reviewentries with executable installed skills only.
Intended Changes
Memory paths
- Update
.codex/agent-team.mdto state that memories live under.codex/memories/<agent_id>/. - Update every
.codex/agents/*.tomlfile to reference underscore-based memory directories matching the agent names. - Update
.codex/memories/README.mdexamples to use<agent_id>wording.
Team-first policy
- Update
AGENTS.mdand.codex/agent-team.mdto require team consultation before any non-trivial repo task. - Keep a narrow local-only exception for purely mechanical actions that cannot materially change behavior, architecture, or risk.
Skill map
- Remove
requesting-code-reviewfrom roles because the requiredsuperpowers:code-reviewersubagent is not available in this workspace. - Keep the map limited to executable skills already installed in the current environment.
Success Criteria
- Shared policy and per-agent instructions point to the same memory paths.
- The root guidance no longer leaves "deep analysis" as the main threshold for consulting the team.
- The skill map contains only practically usable role assignments for this environment.