swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 19b0743..bf81172 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,7 @@ It exposes one blocking domain tool:
- `consult`: run the system `claude` install in print mode, wait for the answer,
and return the response plus execution metadata
- pass `session_id` from a previous response to resume that Claude Code conversation
+ - a fixed consult prefix is prepended before the caller-supplied prompt
The server keeps the public MCP session in a durable host, isolates the actual
Claude invocation in a disposable worker, and ships standard health and
@@ -23,6 +24,7 @@ Each `consult` call runs Claude Code with:
- the system `claude` binary
- `--model claude-opus-4-6`
- `--effort max`
+- a baked-in consult prefix telling Claude it is acting in read-only advisory mode for another model and should return a prioritized actionable report
- no configured MCP servers (`--strict-mcp-config --mcp-config '{"mcpServers":{}}'`)
- a read-only built-in toolset:
- `Bash,Read,Grep,Glob,LS,WebFetch,WebSearch`