swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormain <main@swarm.moe>2026-03-23 18:11:44 -0400
committermain <main@swarm.moe>2026-03-23 18:11:44 -0400
commit4e80028e44ede42b9e0f7bd4beaee8a5cf9aae7c (patch)
treeedcc99524a961398060fd1a1002d271107c15d72 /README.md
parenta4a4798b4deed085021149e45e20c5e014ee4de5 (diff)
downloadphone_opus-4e80028e44ede42b9e0f7bd4beaee8a5cf9aae7c.zip
Persist consult outputs in /tmp
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 74a211e..caa5f2f 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,7 @@ Each `consult` call runs Claude Code with:
- `phone_opus` gives Claude a separate persistent home and XDG state under its own state root
- `/tmp` and `/var/tmp` stay writable
- when the consulted `cwd` sits inside a writable tree such as `/tmp/...`, that consulted tree is remounted read-only so Claude cannot accidentally edit the target repo
+- successful consult outputs are mirrored to `/tmp/phone_opus-consults` as timestamped JSON files with a prompt-derived slug and light auto-pruning
- internet access remains available
## Development