diff options
| author | main <main@swarm.moe> | 2026-03-23 18:34:53 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-23 18:34:53 -0400 |
| commit | dd2b64ed08b8ac55d6aaeb54d635b33b51eea790 (patch) | |
| tree | f9393e1eafde049f402ab3421eedd08fe53fa0ce /assets/codex-skills/phone-opus | |
| parent | 4e80028e44ede42b9e0f7bd4beaee8a5cf9aae7c (diff) | |
| download | phone_opus-dd2b64ed08b8ac55d6aaeb54d635b33b51eea790.zip | |
Surface consult session ids in saved outputs
Diffstat (limited to 'assets/codex-skills/phone-opus')
| -rw-r--r-- | assets/codex-skills/phone-opus/SKILL.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/codex-skills/phone-opus/SKILL.md b/assets/codex-skills/phone-opus/SKILL.md index 9a0781b..6b1ae3d 100644 --- a/assets/codex-skills/phone-opus/SKILL.md +++ b/assets/codex-skills/phone-opus/SKILL.md @@ -37,6 +37,7 @@ should be taken as authoritative or final. It is a pure consultant. - Uses `--dangerously-skip-permissions`, but wraps Claude in an external `systemd-run --user` sandbox. - The sandbox keeps the filesystem globally read-only, gives Claude a separate persistent home under phone-opus state, leaves `/tmp` and `/var/tmp` writable, and forces the consulted `cwd` read-only when that tree would otherwise be writable. - Previous consult outputs can be found in `/tmp/phone_opus-consults`. +- 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_job` to poll one job or `consult_jobs` to rediscover recent ones. |