swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/assets/codex-skills/phone-opus
diff options
context:
space:
mode:
authormain <main@swarm.moe>2026-03-23 22:32:57 -0400
committermain <main@swarm.moe>2026-03-23 22:32:57 -0400
commitd64d1bd730aec23bcc5b01a78a8945863ea4d5a7 (patch)
treeb757569797231838509f74051c2fdb828ab57857 /assets/codex-skills/phone-opus
parent00949559a8a4757e1198e1ea582ebfcf7268fec4 (diff)
downloadphone_opus-d64d1bd730aec23bcc5b01a78a8945863ea4d5a7.zip
Hide background consult surfaces
Diffstat (limited to 'assets/codex-skills/phone-opus')
-rw-r--r--assets/codex-skills/phone-opus/SKILL.md11
1 files changed, 1 insertions, 10 deletions
diff --git a/assets/codex-skills/phone-opus/SKILL.md b/assets/codex-skills/phone-opus/SKILL.md
index d1b22bd..1b087a4 100644
--- a/assets/codex-skills/phone-opus/SKILL.md
+++ b/assets/codex-skills/phone-opus/SKILL.md
@@ -16,20 +16,12 @@ should be taken as authoritative or final. It is a pure consultant.
- Ask for a second opinion on code, architecture, debugging, or design.
- Point Claude at a specific repository with `cwd`.
- Reuse `session_id` from an earlier call when you want Claude to continue the same conversation.
-- Set `background: true` when you want to launch a consult, keep working, and join it later with `consult_wait` or inspect it with `consult_job`.
## Tool surface
- `consult`
- required: `prompt`
- - optional: `cwd`, `session_id`, `background`, `render`, `detail`
-- `consult_job`
- - required: `job_id`
-- `consult_wait`
- - required: `job_id`
- - optional: `timeout_ms`, `poll_interval_ms`, `render`, `detail`
-- `consult_jobs`
- - optional: `limit`, `render`, `detail`
+ - optional: `cwd`, `session_id`, `render`, `detail`
- `health_snapshot`
- `telemetry_snapshot`
@@ -43,7 +35,6 @@ should be taken as authoritative or final. It is a pure consultant.
- For related follow-ups, strongly prefer reusing `session_id`; cold-start Opus burns quota rereading files, while session reuse is much cheaper.
- This surface is consultative only. Edit tools are unavailable.
- The returned `session_id` is reusable: pass it back into a later `consult` call to continue that Claude conversation.
-- Background consults return a `job_id`; use `consult_wait` when you want a blocking join, `consult_job` to inspect one job directly, or `consult_jobs` to rediscover recent ones.
## Example