diff options
| author | main <main@swarm.moe> | 2026-03-25 11:16:43 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-25 11:16:43 -0400 |
| commit | da6410fd33148e7dd0fec9190a1624e34f745b96 (patch) | |
| tree | 2dc0d974c9edb9d2e734cd2d6eab3f27f3aa5786 /README.md | |
| parent | 401fb8edcd52880c70597f1c49c5309a78aaded6 (diff) | |
| download | phone_opus-da6410fd33148e7dd0fec9190a1624e34f745b96.zip | |
Simplify consults to final JSON output
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -29,8 +29,7 @@ Each `consult` call runs Claude Code with: - a read-only built-in toolset: - `Bash,Read,Grep,Glob,LS,WebFetch` - `--dangerously-skip-permissions` -- `--session-id <uuid>` on each fresh consult -- `--output-format stream-json` so phone_opus can capture the init/result session metadata eagerly instead of waiting for the terminal result blob +- `--output-format json` for the simplest single-result print-mode contract - an external `systemd-run --user` sandbox instead of Claude's internal permission gate - the filesystem stays globally read-only under `ProtectSystem=strict` - `phone_opus` gives Claude a separate persistent home and XDG state under its own state root |