diff --git a/AGENTS.md b/AGENTS.md index 898e8b0636181..bf9852743d34d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -84,3 +84,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.