From 4e80028e44ede42b9e0f7bd4beaee8a5cf9aae7c Mon Sep 17 00:00:00 2001 From: main Date: Mon, 23 Mar 2026 18:11:44 -0400 Subject: Persist consult outputs in /tmp --- assets/codex-skills/phone-opus/SKILL.md | 1 + 1 file changed, 1 insertion(+) (limited to 'assets/codex-skills/phone-opus') diff --git a/assets/codex-skills/phone-opus/SKILL.md b/assets/codex-skills/phone-opus/SKILL.md index ff3c550..9a0781b 100644 --- a/assets/codex-skills/phone-opus/SKILL.md +++ b/assets/codex-skills/phone-opus/SKILL.md @@ -36,6 +36,7 @@ should be taken as authoritative or final. It is a pure consultant. - Prepends a fixed consult prefix before your prompt so Opus knows it is advising another model in read-only mode and should return a prioritized actionable report. - 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`. - 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. -- cgit v1.2.3