swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormain <main@swarm.moe>2026-03-25 18:10:21 -0400
committermain <main@swarm.moe>2026-03-25 18:10:21 -0400
commit0dda9748e55bcffe6194c4b1d15f10c7753e8b29 (patch)
tree85f98ba42cbc0362da2540e18467c893307fa361 /README.md
parent7f28cb7356092934a25ab5fd277dce38b91eb8c0 (diff)
downloadphone_opus-0dda9748e55bcffe6194c4b1d15f10c7753e8b29.zip
Lift Claude progress watchdog to 20 minutes
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4b09901..ad78291 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,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
-- a progress watchdog that aborts consults if Claude makes no observable progress for 30 seconds, using transcript growth and pipe activity as the liveness signal
+- a progress watchdog that aborts consults if Claude makes no observable progress for 20 minutes, using transcript growth and pipe activity as the liveness signal
- 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