Skip to content

Commit 417d211

Browse files
committed
docs(quickstart): Use {tool} for workflow step references
1 parent f74d330 commit 417d211

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ Search all my panes for the word "error".
5050

5151
When you say "run `make test` and show me the output", the agent executes a three-step pattern:
5252

53-
1. {ref}`send-keys` — send the command to a tmux pane
54-
2. {ref}`wait-for-text` — wait for the shell prompt to return (command finished)
55-
3. {ref}`capture-pane` — read the terminal output
53+
1. {tool}`send-keys` — send the command to a tmux pane
54+
2. {tool}`wait-for-text` — wait for the shell prompt to return (command finished)
55+
3. {tool}`capture-pane` — read the terminal output
5656

5757
This **send → wait → capture** sequence is the fundamental workflow. Most agent interactions with tmux follow this pattern or a variation of it.
5858

0 commit comments

Comments
 (0)