From e275417348cc7b4a16165415b79cdfd840f3a844 Mon Sep 17 00:00:00 2001 From: JSONbored <49853598+JSONbored@users.noreply.github.com> Date: Thu, 16 Jul 2026 23:53:06 -0700 Subject: [PATCH] chore(ci): regenerate the branding-drift baseline after #6786 #6786 removed the last 3 gittensory references in loopover-mcp.js, routes.ts, and enrichment-analyzers-taxonomy.ts; #6788's baseline (merged around the same time) predated that fix, so main's own branding-drift:check has been red since both landed. --- scripts/branding-drift-baseline.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/branding-drift-baseline.json b/scripts/branding-drift-baseline.json index 545dc4c1d..c46c3f88c 100644 --- a/scripts/branding-drift-baseline.json +++ b/scripts/branding-drift-baseline.json @@ -1,7 +1,7 @@ { "packages/loopover-engine/src/signals/engine.ts": 2, - "packages/loopover-mcp/bin/loopover-mcp.js": 5, - "src/api/routes.ts": 3, + "packages/loopover-mcp/bin/loopover-mcp.js": 3, + "src/api/routes.ts": 2, "src/db/repositories.ts": 1, "src/github/app.ts": 11, "src/github/backfill.ts": 7, @@ -12,7 +12,6 @@ "src/queue/processors.ts": 6, "src/review/check-names.ts": 8, "src/review/contributor-calibration.ts": 2, - "src/review/enrichment-analyzers-taxonomy.ts": 1, "src/review/enrichment-wire.ts": 1, "src/review/ops-wire.ts": 3, "src/review/outcomes-wire.ts": 2,