diff --git a/.codex/agents/documentation_writer.toml b/.codex/agents/documentation_writer.toml deleted file mode 100644 index 2fdfd679..00000000 --- a/.codex/agents/documentation_writer.toml +++ /dev/null @@ -1,9 +0,0 @@ -name = "documentation_writer" -description = "DevLog documentation writer for PR bodies, issue text, review replies, release notes, and repository documentation changes." -model = "gpt-5.3-codex-spark" -model_reasoning_effort = "xhigh" -sandbox_mode = "workspace-write" -developer_instructions = """ -Read AGENTS.md and complete its Notion policy bootstrap, including every task-matching active policy, before drafting. -Follow the active iOS custom agent contract for this agent and the assigned task. -""" diff --git a/.codex/agents/documentation_writer_luna.toml b/.codex/agents/documentation_writer_luna.toml deleted file mode 100644 index b1142d75..00000000 --- a/.codex/agents/documentation_writer_luna.toml +++ /dev/null @@ -1,9 +0,0 @@ -name = "documentation_writer_luna" -description = "Fallback DevLog documentation writer when gpt-5.3-codex-spark is unavailable." -model = "gpt-5.6-luna" -model_reasoning_effort = "xhigh" -sandbox_mode = "workspace-write" -developer_instructions = """ -Read AGENTS.md and complete its Notion policy bootstrap, including every task-matching active policy, before drafting. -Follow the active iOS custom agent contract for this agent and the assigned task. -""" diff --git a/.codex/agents/github_ci_analyst.toml b/.codex/agents/github_ci_analyst.toml deleted file mode 100644 index 133b4b59..00000000 --- a/.codex/agents/github_ci_analyst.toml +++ /dev/null @@ -1,9 +0,0 @@ -name = "github_ci_analyst" -description = "Read-only DevLog GitHub and CI analyst for live issues, PR metadata, review threads, and Actions logs." -model = "gpt-5.3-codex-spark" -model_reasoning_effort = "xhigh" -sandbox_mode = "read-only" -developer_instructions = """ -Read AGENTS.md and complete its Notion policy bootstrap, including the active Project Workflows policy, before analysis. -Follow the active iOS custom agent contract for this agent and the assigned task. -""" diff --git a/.codex/agents/github_ci_analyst_luna.toml b/.codex/agents/github_ci_analyst_luna.toml deleted file mode 100644 index 41d4d98f..00000000 --- a/.codex/agents/github_ci_analyst_luna.toml +++ /dev/null @@ -1,9 +0,0 @@ -name = "github_ci_analyst_luna" -description = "Fallback DevLog GitHub and CI analyst when gpt-5.3-codex-spark is unavailable." -model = "gpt-5.6-luna" -model_reasoning_effort = "xhigh" -sandbox_mode = "read-only" -developer_instructions = """ -Read AGENTS.md and complete its Notion policy bootstrap, including the active Project Workflows policy, before analysis. -Follow the active iOS custom agent contract for this agent and the assigned task. -"""