diff options
Diffstat (limited to 'assets/codex-skills/phone-opus')
| -rw-r--r-- | assets/codex-skills/phone-opus/SKILL.md | 11 |
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 |