diff options
| author | main <main@swarm.moe> | 2026-03-23 18:00:13 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-23 18:00:13 -0400 |
| commit | a4a4798b4deed085021149e45e20c5e014ee4de5 (patch) | |
| tree | 58ddc3346b1b0515a53e0f21d086dffc7a7d3a10 /assets/codex-skills/phone-opus | |
| parent | cd7d3d07d29aec672858ab70a792b39ddd0ec3ad (diff) | |
| download | phone_opus-a4a4798b4deed085021149e45e20c5e014ee4de5.zip | |
Remove consult turn limits
Diffstat (limited to 'assets/codex-skills/phone-opus')
| -rw-r--r-- | assets/codex-skills/phone-opus/SKILL.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/assets/codex-skills/phone-opus/SKILL.md b/assets/codex-skills/phone-opus/SKILL.md index 7db836a..ff3c550 100644 --- a/assets/codex-skills/phone-opus/SKILL.md +++ b/assets/codex-skills/phone-opus/SKILL.md @@ -15,7 +15,6 @@ 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`. -- Cap the consultation with `max_turns` when needed. - 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 poll for the answer later. @@ -23,7 +22,7 @@ should be taken as authoritative or final. It is a pure consultant. - `consult` - required: `prompt` - - optional: `cwd`, `max_turns`, `session_id`, `background`, `render`, `detail` + - optional: `cwd`, `session_id`, `background`, `render`, `detail` - `consult_job` - required: `job_id` - `consult_jobs` @@ -47,6 +46,5 @@ Call `phone_opus.consult` with: - `prompt`: `Inspect the Rust workspace and tell me where the retry logic is brittle.` - `cwd`: `/absolute/path/to/repo` -- `max_turns`: `6` Expect a blocking response containing Claude's answer plus execution metadata such as duration, turn count, session id, and cost when available. |