swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormain <main@swarm.moe>2026-03-23 16:13:37 -0400
committermain <main@swarm.moe>2026-03-23 16:13:37 -0400
commit5cf9432092da40a2653c3d156ca5a4746e853827 (patch)
tree6ffcbf5cd5cfec01d89cbd68f349c764c206af9b /README.md
parent1422dfed798ff1356a63449a803a8bbdfab79ec8 (diff)
downloadphone_opus-5cf9432092da40a2653c3d156ca5a4746e853827.zip
Inject consult prompt prefix
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`