From 4fb34769129f677757bcc3f2cc3730c8cf99e98b Mon Sep 17 00:00:00 2001 From: Mikael Hugo Date: Sat, 2 May 2026 23:13:11 +0200 Subject: [PATCH] =?UTF-8?q?docs(sf):=20final=20ADR-011=20leak=20=E2=80=94?= =?UTF-8?q?=20/sf=20escalate=20help=20text?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Last bare "ADR-011 P2" reference was in the user-facing /sf escalate help description in commands/catalog.ts. The parallel session's c481ede33 touched this file (added /sf reload) but left this line untouched — fixing it now closes the disambiguation sweep across the entire codebase outside test files. Comment / string-literal only diff. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/resources/extensions/sf/commands/catalog.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/extensions/sf/commands/catalog.ts b/src/resources/extensions/sf/commands/catalog.ts index ef89063cc..1b4d85548 100644 --- a/src/resources/extensions/sf/commands/catalog.ts +++ b/src/resources/extensions/sf/commands/catalog.ts @@ -59,7 +59,7 @@ export const TOP_LEVEL_SUBCOMMANDS: readonly SfCommandDefinition[] = [ { cmd: "discuss", desc: "Discuss architecture and decisions" }, { cmd: "capture", desc: "Fire-and-forget thought capture" }, { cmd: "debug", desc: "Create and inspect persistent /sf debug sessions" }, - { cmd: "escalate", desc: "List, show, or resolve task escalations (ADR-011 P2)" }, + { cmd: "escalate", desc: "List, show, or resolve task escalations (gsd-2 ADR-011 P2)" }, { cmd: "changelog", desc: "Show categorized release notes" }, { cmd: "triage", desc: "Manually trigger triage of pending captures" }, { cmd: "todo", desc: "Triage root TODO.md dump into eval/backlog artifacts" },