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