diff --git a/AGENTS.md b/AGENTS.md index d7aa56869c60e..950901eb07e74 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -85,3 +85,4 @@ Follow existing patterns in the target area first; below are common defaults. - Make focused changes; avoid unrelated refactors. - Update docs and tests when behavior or usage changes. - Never remove, skip, or comment out tests to make them pass; fix the underlying code. +- Always open PRs as draft.