From 7b9031d85f6cc1b8a4e9a1df8087ab0987f9f7b3 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 18 Jun 2026 14:19:24 -0700 Subject: [PATCH] docs: avoid pull request title prefixes --- dotfiles/agents/AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/agents/AGENTS.md b/dotfiles/agents/AGENTS.md index 0646e811..9139125b 100644 --- a/dotfiles/agents/AGENTS.md +++ b/dotfiles/agents/AGENTS.md @@ -13,6 +13,7 @@ ## GitHub pull requests - Default to creating pull requests as ready for review, not drafts. +- Do not add a `[codex]` prefix or any other agent/tool prefix to pull request titles. - 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.