swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/assets/codex-skills
diff options
context:
space:
mode:
Diffstat (limited to 'assets/codex-skills')
-rw-r--r--assets/codex-skills/phone-opus/SKILL.md4
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.