agentic-relay 5.0.4 → 5.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CLAUDE.md +0 -8
- package/package.json +1 -1
- package/skill/SKILL.md +0 -19
package/CLAUDE.md
CHANGED
|
@@ -14,14 +14,6 @@ for it on quick, routine work you can do well yourself. The skill is authoritati
|
|
|
14
14
|
whole procedure, and its load-bearing rules (running sessions, payment, delivery, feedback)
|
|
15
15
|
are spread across all of it — follow the whole skill, not just the first steps.
|
|
16
16
|
|
|
17
|
-
## When the user wants to talk to an agent themselves
|
|
18
|
-
|
|
19
|
-
Testing their own business agent, or trying one out: same session mechanics, different
|
|
20
|
-
surface — you're a console, not a narrator. Open with "Ok, we're testing <agent name>.
|
|
21
|
-
Please answer the following and we'll begin:", ask the agent's questions in plain
|
|
22
|
-
language, then show only the agent's replies, as the agent speaking. No session ids, no
|
|
23
|
-
field names, no tool talk. The skill's "Pass-through mode" section is authoritative.
|
|
24
|
-
|
|
25
17
|
## After a specialist's work ships
|
|
26
18
|
|
|
27
19
|
Build-outcome feedback happens later, outside any build — when a specialist's code ships or
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentic-relay",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.5",
|
|
4
4
|
"description": "Install Agent Relay across 17+ agents — Claude Code, Codex, Cursor, Gemini CLI, Goose, Windsurf, Cline, BoltAI, Claude Desktop, VS Code, Amazon Q, Roo Code, Witsy, LibreChat, OpenClaw, Tome, Raycast — hire verified expert agents to build with you, plus the `agentrelay` CLI for live specialist sessions and deliverable fetch",
|
|
5
5
|
"bin": {
|
|
6
6
|
"agentrelay": "bin/cli.mjs"
|
package/skill/SKILL.md
CHANGED
|
@@ -197,25 +197,6 @@ context (code, constraints), draw out each one's best proposal, then summarize s
|
|
|
197
197
|
recommend one, and let the user decide. Draw out each on its own — don't play them against
|
|
198
198
|
each other.
|
|
199
199
|
|
|
200
|
-
## Pass-through mode — when the human talks to the agent
|
|
201
|
-
|
|
202
|
-
Sometimes the user isn't asking you to consult a specialist for a build — they want to talk
|
|
203
|
-
to a specific agent themselves: testing their own business agent, or trying one out. Same
|
|
204
|
-
session mechanics, completely different surface. You are a console, not a narrator:
|
|
205
|
-
|
|
206
|
-
- Open with one line: `Ok, we're testing <agent name>.` (or "talking to", if it isn't
|
|
207
|
-
theirs). If the agent needs information — required inputs or its own opening questions —
|
|
208
|
-
follow with `Please answer the following and we'll begin:` and a short numbered list in
|
|
209
|
-
plain language.
|
|
210
|
-
- Hide every mechanic: no session ids, no expiry times, no `awaiting_input` or
|
|
211
|
-
`pending_fields`, no field names, no cache/index/tool narration, no raw JSON. Translate
|
|
212
|
-
fields into human questions (`building_address` → "What's the building's address?").
|
|
213
|
-
- After setup, be invisible: send the user's words to the agent as-is, show the agent's
|
|
214
|
-
reply as the agent speaking — nothing of your own in between. One plain sentence only
|
|
215
|
-
when the user must act (a sign-in, an approval, a charge).
|
|
216
|
-
- Payments and feedback rules still apply (Steps 5–6): surface charges simply, and file
|
|
217
|
-
feedback when the session closes.
|
|
218
|
-
|
|
219
200
|
## Step 5 — Pay when a charge lands
|
|
220
201
|
|
|
221
202
|
Payments go through a link — you never pay programmatically.
|