From 92696d51f7040f59ea67cee96690894810c3a3ae Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 2 May 2026 20:08:31 +0000 Subject: [PATCH 1/2] Initial plan From 4a19626cef6361b8430932f3d091f6958478ff91 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 2 May 2026 20:09:48 +0000 Subject: [PATCH 2/2] docs: make Copilot primary executor in agent instructions - Add Executor policy section to AGENTS.md: Copilot is primary executor, Codex is reviewer/cross-repo analyst/backup only - Clarify that delivery requires a PR, branch, commit, or merge (not comments) - Add matching Executor policy section to .github/copilot-instructions.md - State issue body is the complete source of truth - Preserve all existing high-risk path cautions Closes #(issue) Agent-Logs-Url: https://github.com/SociOS-Linux/source-os/sessions/a6af174e-35f5-4c87-bd5d-1013a45761fd Co-authored-by: mdheller <21163552+mdheller@users.noreply.github.com> --- .github/copilot-instructions.md | 10 ++++++++++ AGENTS.md | 9 +++++++++ 2 files changed, 19 insertions(+) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index b91ea8e..7aee935 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -1,3 +1,13 @@ +## Executor policy + +**Copilot is the primary executor** for bounded issue-first PR work in this repository. + +- The issue body is the complete source of truth for every task. Do not rely on later comments; Copilot may not see them after assignment. +- Delivery is confirmed only when GitHub shows a PR, branch, commit, or merge. Issue comments alone — including Codex comments — are **not** delivery artifacts. +- Codex may be used for review, cross-repo analysis, or as a backup executor, but never as the default executor. + +--- + Use the GitHub issue body as the source of truth. Before editing: diff --git a/AGENTS.md b/AGENTS.md index ec146df..bbf670c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -2,6 +2,15 @@ Work issue-first. +## Executor policy + +**Copilot is the primary executor** for bounded issue-first PR work in this repository. + +- Assign issues to Copilot to produce verifiable GitHub work artifacts (PR, branch, commit, or merge). +- Codex may be used as a reviewer, cross-repo analyst, or backup executor — it is not the default executor. +- Codex issue comments alone are **not** delivery artifacts. Delivery is only confirmed when GitHub shows a PR, branch, commit, or merge. +- The issue body must contain the full task specification because Copilot may not see later issue comments after assignment. + Rules: - One repo, one issue, one PR.