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:
parent
c481ede338
commit
4fb3476912
1 changed files with 1 additions and 1 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue