From 7ebf4fcd3f1099ba041af4c2b3fc68346481c24f Mon Sep 17 00:00:00 2001 From: opficdev Date: Mon, 21 Sep 2026 23:14:54 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20GitHub=20=EB=B0=8F=20=EB=AC=B8?= =?UTF-8?q?=EC=84=9C=20Agent=20=EC=84=A4=EC=A0=95=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .codex/agents/documentation_writer.toml | 9 --------- .codex/agents/documentation_writer_luna.toml | 9 --------- .codex/agents/github_ci_analyst.toml | 9 --------- .codex/agents/github_ci_analyst_luna.toml | 9 --------- 4 files changed, 36 deletions(-) delete mode 100644 .codex/agents/documentation_writer.toml delete mode 100644 .codex/agents/documentation_writer_luna.toml delete mode 100644 .codex/agents/github_ci_analyst.toml delete mode 100644 .codex/agents/github_ci_analyst_luna.toml 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. -"""