From cac529f21d37bb4cc1aa00a2d19cccc5a6a5d42f Mon Sep 17 00:00:00 2001 From: JSONbored <49853598+JSONbored@users.noreply.github.com> Date: Sun, 26 Jul 2026 23:25:55 -0700 Subject: [PATCH] fix(review): correct stale 'gittensory' brand reference in a comment #9173 introduced a comment referencing the deprecated pre-rename product name, which the branding-drift baseline does not account for -- breaking the branding-drift:check gate for every PR based on current main. --- src/review/predicted-gate-agreement.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/review/predicted-gate-agreement.ts b/src/review/predicted-gate-agreement.ts index 4214e49373..726ef4dfc6 100644 --- a/src/review/predicted-gate-agreement.ts +++ b/src/review/predicted-gate-agreement.ts @@ -1,6 +1,6 @@ // Predicted-vs-live gate agreement (#predicted-live-gate-agreement, maintainer review-stack x AMS integration // audit 2026-07-09) -- a SIBLING to computeGateEval/computeGateParity (src/review/parity.ts), answering a -// DIFFERENT question than either: not "does gittensory match reviewbot" (computeGateParity) and not "does one +// DIFFERENT question than either: not "does loopover match reviewbot" (computeGateParity) and not "does one // system's prediction match the human's realized merge/close" (computeGateEval), but "does the MCP predict_gate // tool's pre-submission verdict for a contributor match the REAL gate decision their eventual PR receives." //