diff options
| author | main <main@swarm.moe> | 2026-03-24 19:26:58 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-24 19:26:58 -0400 |
| commit | 57db4dc94dbf571ac8a393f61549def5afaa0209 (patch) | |
| tree | e625a2af169a7397c34339e6150fc7bee1f900a2 /assets/codex-skills/phone-opus | |
| parent | 8b090c3d0daf8b336aab9074b0d8aa31a688e232 (diff) | |
| download | phone_opus-57db4dc94dbf571ac8a393f61549def5afaa0209.zip | |
Predeclare and stream consult session ids
Diffstat (limited to 'assets/codex-skills/phone-opus')
| -rw-r--r-- | assets/codex-skills/phone-opus/SKILL.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/codex-skills/phone-opus/SKILL.md b/assets/codex-skills/phone-opus/SKILL.md index cf913a5..953a71b 100644 --- a/assets/codex-skills/phone-opus/SKILL.md +++ b/assets/codex-skills/phone-opus/SKILL.md @@ -35,9 +35,9 @@ should be taken as authoritative or final. It is a pure consultant. - Web search is disabled; keep Opus focused on local inspection, reasoning, and any direct web fetches that are truly necessary. - Previous consult outputs can be found in `/tmp/phone_opus-consults`. - For related follow-ups on the same repository, keep using the same `cwd`; phone-opus will reuse that remembered context by default, which is much cheaper than cold-starting Opus. -- If a consult fails downstream, inspect the returned error metadata; phone-opus still surfaces any reusable context handle for that `cwd`. +- Fresh consults predeclare a UUID session id and stream-confirm it eagerly; if a consult fails downstream, inspect the returned error metadata for the reusable handle. - This surface is consultative only. Edit tools are unavailable. -- The returned `session_id` is still surfaced for traceability, but context reuse is now automatic per `cwd` instead of caller-managed. +- The returned `session_id` is a resumable handle, but context reuse is automatic per `cwd` instead of caller-managed. ## Example |