From 6501ebe734405211bb9fc17228cf9096d5da979c Mon Sep 17 00:00:00 2001 From: sudlud Date: Tue, 11 Aug 2026 20:09:42 +0200 Subject: [PATCH] docs(agents-docs): record the To Be Merged label etiquette (#27089) Co-authored-by: Claude Opus 5 (1M context) --- .agents/docs/code-review.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.agents/docs/code-review.md b/.agents/docs/code-review.md index 9257295a1..179858260 100644 --- a/.agents/docs/code-review.md +++ b/.agents/docs/code-review.md @@ -6,6 +6,8 @@ line, not as background reading. - A posted review carries findings only: no summary, no praise. Nothing to report means one line saying so. +- Label `To Be Merged` only on a merge-ready PR, approved or not; remove `Ready to be Reviewed` in + the same step. - A finding names what is wrong, why it matters and the fix, on the offending line. Findings are bugs, crashes, lifetime and memory errors, data-integrity problems, injection, and violations of a rule written down in AGENTS.md or `.agents/docs/`; taste no rule covers is not a finding.