# Native adapter manifest for Codex. `.agents/skills/` is already Codex's # project skill-discovery path, so no generated skill destination is needed. # # tier_policy is `unsupported` and that is a DECLARATION, not an omission. No # per-agent model key is confirmed for this client's generated agent TOML, and # emitting one it ignores would be worse than the gap — the repository would # treat the tier as enforced while nothing read it. Every generated adapter # therefore carries a notice saying the tier is not enforced here, and # `reasoning_tiers` must stay empty while this says `unsupported`. # # To close it: confirm the agent-level model key this Codex version reads, switch # to "mapped" and fill `reasoning_tiers`. The sync then refuses any role whose # tier has no mapping, and the notice disappears on its own. { "name": "codex", "agent_format": "codex-toml", "agents_path": ".codex/agents", "skills_path": null, "tier_policy": "unsupported", "preload_support": false, "reasoning_tiers": {}, "capabilities": {} }