You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(web): keep command directory in sync with COMMANDS.md
Extract the session contract from the current shared-profile wording,
include the Credential vault section, drive the on-page TOC from the
filter, and announce result counts to assistive technology.
Copy file name to clipboardExpand all lines: apps/web/app/docs/commands/page.tsx
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,6 @@ export default function CommandsPage() {
14
14
return(
15
15
<DocsShell
16
16
activePath="/docs/commands"
17
-
sections={commands.groups.map((group)=>({
18
-
id: group.id,
19
-
label: group.title,
20
-
}))}
21
17
kicker={`${commands.count} command forms`}
22
18
title={<>The complete agent surface.</>}
23
19
lede="These usage lines come from the generated command reference, which protocol tests keep in sync with the CLI help output. Unknown parameters fail closed."
0 commit comments