advise ยท diff

git:20260819.f157e1f to git:20260821.1a05a80

3 added, 1 removed. Audit A to A.

---
name: advise
description: Ask Claude Code a read-only question from Codex through the sandbox-external bridge.
---
# Ask Claude Code for Advice
- Call the `bridge_advise` MCP tool with a required `task` and any caller-supplied `model`, `effort`, `timeout_seconds`, `depth`, or `run_id` values. When effort is omitted, classify the complete question and pass the selected level explicitly; never replace a caller-supplied level. Tiers: `low` = narrow mechanical change or settled factual question; `medium` = bounded implementation, diagnosis, or review; `high` = cross-file, adversarial, architectural, or security judgment; `xhigh` = unusually broad and consequential; `max` = explicit caller request only. The MCP server binds the request to its host-provided launch workspace. Return the compact envelope and preserve its workspace-relative `transcript_path` and `incident` references without copying verbose peer `details`. Use a fresh call for follow-up; do not request session resume.
+ Call `bridge_advise` with required `task`; preserve caller-supplied `model`, `effort`, `timeout_seconds`, `depth`, and `run_id`. If effort is absent, select and pass it: `low` for narrow mechanical or settled factual work; `medium` for bounded implementation, diagnosis, or review; `high` for cross-file, adversarial, architectural, or security judgment; `xhigh` for unusually broad consequential work; `max` only on explicit request. Never replace supplied effort.
+
+ The MCP host binds its launch workspace. Return the compact envelope; retain workspace-relative `transcript_path` and `incident` references, but never copy transcript-only peer `details`. Follow up with a fresh call, never session resumption.