Skip to content

Commit f8e32d5

Browse files
committed
docs: update docs/README.md to use "agentic coding tools" language
1 parent c15626a commit f8e32d5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ take a screenshot, switch to the remote shell, and realize you can't paste it.
77
pastelocal bridges that gap: a tiny daemon on your laptop serves clipboard
88
images over loopback, and an SSH `RemoteForward` tunnel carries them to the
99
remote host where `pastelocal-remote` writes them to disk — ready for any
10-
tool (Claude, GPT, etc.) to read.
10+
agentic coding tool to read.
1111

1212
---
1313

@@ -103,8 +103,8 @@ screenshots.
103103
│ └───────────────┘ │
104104
│ │
105105
│ ┌───────────────────────────────┐ │
106-
│ │ Claude skill: /paste │ │
107-
│ │ (~/.claude/commands/paste.md) │ │
106+
│ │ Skill: /paste │ │
107+
│ │ (~/.claude/commands/paste.md) │ │
108108
│ └───────────────────────────────┘ │
109109
└─────────────────────────────────────┘
110110
```
@@ -142,7 +142,7 @@ pastelocal-remote --list
142142
# Fetch a specific entry by index (1 = most recent)
143143
pastelocal-remote --list --index 2
144144

145-
# Claude skill
145+
# Skill
146146
/paste-history
147147
```
148148

@@ -184,7 +184,7 @@ On the remote host:
184184
pastelocal-remote --snippet api-key
185185
```
186186

187-
### Claude Skill
187+
### Skill
188188

189189
```
190190
/paste-snippet api-key
@@ -283,7 +283,7 @@ Uninstall will:
283283
| Diagnostic doctor command |||||
284284
| macOS Keychain / Linux libsecret |||||
285285
| launchd / systemd service |||||
286-
| Claude skill integration |||||
286+
| Agentic coding tool skill integration |||||
287287
| Token never in argv/environ |||||
288288
| Protocol version negotiation |||||
289289

0 commit comments

Comments
 (0)