From 439f64f89d07d030c0647af6c95be597d95e687f Mon Sep 17 00:00:00 2001 From: dyoshikawa Date: Wed, 27 May 2026 02:01:11 -0700 Subject: [PATCH] docs(commands): always add maintainer-scrap label in research-tool-updates Issues filed by the research-tool-updates command are maintainer scraps, so the label guidance now mandates the maintainer-scrap label alongside enhancement and considering. Co-Authored-By: Claude Opus 4.7 --- .rulesync/commands/research-tool-updates.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.rulesync/commands/research-tool-updates.md b/.rulesync/commands/research-tool-updates.md index abe2482cc..53e43a58d 100644 --- a/.rulesync/commands/research-tool-updates.md +++ b/.rulesync/commands/research-tool-updates.md @@ -204,8 +204,9 @@ conversation language. ``` - Labels: pick a small, precise set from the fetched vocabulary (do not invent - labels). Typically `enhancement` plus `considering`; add `codex` for the - Codex CLI, `security` only when relevant. Do not add `maintainer-scrap`. + labels). Always add `maintainer-scrap` (issues filed by this command are + maintainer scraps). Also add `enhancement` plus `considering`; add `codex` + for the Codex CLI, and `security` only when relevant. ```bash gh issue create --title "" --body "<body>" --label "<label1>,<label2>"