Skip to content

Commit 3cdeec5

Browse files
committed
docs(tools/prompts): remove redundant per-prompt headings
The fastmcp-prompt directive now creates its own section with a hidden title (for TOC / {ref} resolution) and a visible card header. The outer ## `run_and_wait` / ## `diagnose_failing_pane` etc. headings caused the prompt name to appear twice — once as the section heading immediately above the card, and once in the card's own signature line. With the headings removed, each prompt name appears exactly once: in the card header, with the new ¶ permalink from the directive-created section. The intro bullet {ref} cross-refs continue to resolve correctly.
1 parent a4f104e commit 3cdeec5

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

docs/tools/prompts.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ tools instead.
2929

3030
---
3131

32-
## `run_and_wait`
33-
3432
```{fastmcp-prompt} run_and_wait
3533
```
3634

@@ -74,8 +72,6 @@ success or failure.
7472

7573
---
7674

77-
## `diagnose_failing_pane`
78-
7975
```{fastmcp-prompt} diagnose_failing_pane
8076
```
8177

@@ -109,8 +105,6 @@ Something went wrong in tmux pane %1. Diagnose it:
109105

110106
---
111107

112-
## `build_dev_workspace`
113-
114108
```{fastmcp-prompt} build_dev_workspace
115109
```
116110

@@ -171,8 +165,6 @@ across layout changes; window renames are not.
171165

172166
---
173167

174-
## `interrupt_gracefully`
175-
176168
```{fastmcp-prompt} interrupt_gracefully
177169
```
178170

0 commit comments

Comments
 (0)