From a4a4798b4deed085021149e45e20c5e014ee4de5 Mon Sep 17 00:00:00 2001 From: main Date: Mon, 23 Mar 2026 18:00:13 -0400 Subject: Remove consult turn limits --- assets/codex-skills/phone-opus/SKILL.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'assets/codex-skills') 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. -- cgit v1.2.3