docs(sf): final ADR-011 leak — /sf escalate help text

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) <noreply@anthropic.com>
This commit is contained in:
Mikael Hugo 2026-05-02 23:13:11 +02:00
parent c481ede338
commit 4fb3476912

View file

@ -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" },