diff options
| author | main <main@swarm.moe> | 2026-03-23 16:13:37 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-23 16:13:37 -0400 |
| commit | 5cf9432092da40a2653c3d156ca5a4746e853827 (patch) | |
| tree | 6ffcbf5cd5cfec01d89cbd68f349c764c206af9b /README.md | |
| parent | 1422dfed798ff1356a63449a803a8bbdfab79ec8 (diff) | |
| download | phone_opus-5cf9432092da40a2653c3d156ca5a4746e853827.zip | |
Inject consult prompt prefix
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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` |