Skip to content

Commit 03ff732

Browse files
committed
docs: final docs updates before launch
1 parent f8e32d5 commit 03ff732

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

docs/ARCHITECTURE.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ The user-facing command-line tool built with Cobra. Subcommands:
6060

6161
### 4. Skill (`paste.md`)
6262

63-
A Claude skill installed at `~/.claude/commands/paste.md` on the remote host.
64-
It instructs Claude to:
63+
A skill installed at `~/.claude/commands/paste.md` on the remote host (works with Claude and other agentic coding tools).
64+
It instructs the tool to:
6565
1. Run `pastelocal-remote` via Bash
6666
2. Read the resulting image file
6767
3. Delete the file
@@ -121,7 +121,7 @@ The relay feature is under active development. The core SSH-based workflow remai
121121
│ └────────────┘ │
122122
│ │
123123
│ ┌──────────────────────────────────────┐ │
124-
│ │ Claude / other tools (trust level: │ │
124+
│ │ Agentic coding tools (trust level: │ │
125125
│ │ you chose to run them) │ │
126126
│ └──────────────────────────────────────┘ │
127127
└───────────────────────────────────────────────────────────┘
@@ -201,13 +201,13 @@ Authorization: Bearer <token>
201201
## Data Flow: `/paste` Operation
202202

203203
```
204-
User types /paste in Claude on remote host
204+
User types /paste in their agentic coding tool on the remote host
205205
206206
207-
Claude reads ~/.claude/commands/paste.md
207+
The tool reads ~/.claude/commands/paste.md
208208
209209
210-
Claude runs: pastelocal-remote
210+
The tool runs: pastelocal-remote
211211
212212
213213
pastelocal-remote reads token from ~/.config/pastelocal/token
@@ -235,13 +235,13 @@ pastelocal-remote receives JSON response
235235
└─ print absolute path to stdout
236236
237237
238-
Claude reads the image file via Read tool
238+
The tool reads the image file via its Read tool
239239
240240
241-
Claude deletes the file via rm
241+
The tool deletes the file via rm
242242
243243
244-
Claude confirms: "Got it, image attached."
244+
The tool confirms: "Got it, image attached."
245245
```
246246

247247
---

docs/TERMIUS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ Then run: pastelocal add-host myserver --finish
7070
pastelocal add-host myserver --finish
7171
```
7272

73-
This copies the `pastelocal-remote` binary, the auth token, and the Claude
74-
skill file to the remote host via SCP. It skips the SSH config edit (since
73+
This copies the `pastelocal-remote` binary, the auth token, and the skill
74+
file to the remote host via SCP. It skips the SSH config edit (since
7575
Termius handles that part).
7676

7777
### Step 5: Connect and test

0 commit comments

Comments
 (0)