From b41a1d8e36f884ea54ca0274123868b77b4ec27d Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 18 Jun 2026 13:53:16 -0700 Subject: [PATCH] docs: prefer ready pull requests --- dotfiles/agents/AGENTS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dotfiles/agents/AGENTS.md b/dotfiles/agents/AGENTS.md index e3e2a889..0646e811 100644 --- a/dotfiles/agents/AGENTS.md +++ b/dotfiles/agents/AGENTS.md @@ -11,6 +11,11 @@ - Create `.worktrees/` if needed before running `git worktree add`. - Only use a non-`.worktrees/` location when the user explicitly asks for a different path. +## GitHub pull requests +- Default to creating pull requests as ready for review, not drafts. +- Create a draft pull request only when the user explicitly asks for a draft or when the remote platform requires draft status. +- If using a helper, skill, or CLI wrapper that defaults to draft PRs, override that default before creating the PR. + ## NixOS workflow - This system is managed with a Nix flake at `/srv/dotfiles/nixos`. - Use `just switch` from that directory for rebuilds instead of plain `nixos-rebuild`.