From f455bf4736f56ad22d64b5aacf7d650c9d12b1a9 Mon Sep 17 00:00:00 2001 From: JonKazama-Hellion Date: Fri, 8 May 2026 08:51:27 +0200 Subject: [PATCH] chore: drop stale Cycle reference from BrandingLinks comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The comment on BrandingLinks claimed a follow-up housekeeping sweep was "out of scope for this Cycle" — that Cycle framing no longer matches how Plan v4 schedules the work. Trim the trailing clause; the rest of the comment still documents the housekeeping intent. --- HellionChat/Branding/BrandingLinks.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/HellionChat/Branding/BrandingLinks.cs b/HellionChat/Branding/BrandingLinks.cs index 0298469..45adc57 100644 --- a/HellionChat/Branding/BrandingLinks.cs +++ b/HellionChat/Branding/BrandingLinks.cs @@ -4,8 +4,7 @@ namespace HellionChat.Branding; // Centralised so a future invite rotation only touches one file. The same // link is currently hard-coded in repo.json, README.md, SUPPORT.md, // CONTRIBUTORS.md and HellionChat.yaml — those will be migrated to consume -// this constant in a separate housekeeping sweep, but that's out of scope -// for this Cycle. +// this constant in a separate housekeeping sweep internal static class BrandingLinks { public const string HellionForgeDiscordInvite = "https://discord.gg/X9V7Kcv5gR";