Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
9 changes: 9 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down