The codeguard-reviewer subagent currently only emits for Claude and
Cursor (see AGENT_HOSTS in src/artifact_targets.py). Codex users get
the CodeGuard skill but not the reviewer agent.
Codex loads subagents from .codex/agents/*.toml rather than Markdown,
so the current emitter in src/emit_agents.py can't produce it as-is.
The agent should reuse the existing software-security skill rather than
duplicating rule bodies into the TOML.
Test against a real Codex install:
Docs: https://developers.openai.com/codex/subagents
The
codeguard-reviewersubagent currently only emits for Claude andCursor (see
AGENT_HOSTSinsrc/artifact_targets.py). Codex users getthe CodeGuard skill but not the reviewer agent.
Codex loads subagents from
.codex/agents/*.tomlrather than Markdown,so the current emitter in
src/emit_agents.pycan't produce it as-is.The agent should reuse the existing software-security skill rather than
duplicating rule bodies into the TOML.
Test against a real Codex install:
Docs: https://developers.openai.com/codex/subagents