docs(advisor): scope briefing transcript_path to the bound conversation

Completes the one-off-consult fix: the briefing checklist now matches the
consult rules and only forwards transcript_path when advisor mode is on
in this conversation.

Co-authored-by: Eric Zakariasson <ericzakariasson@users.noreply.github.com>
This commit is contained in:
Cursor Agent
2026-09-04 12:36:43 +00:00
parent d49f215a26
commit 244f4f818d
+1 -1
View File
@@ -89,7 +89,7 @@ Do not consult for routine steps, for things you can verify yourself (run the te
- Relevant tool results verbatim: error messages, stack traces, test output, diffs. Trim unrelated noise and mark trims with `[...]`, but never paraphrase evidence.
- Current state: `git status --short`, `git diff --stat`, files you touched, anything half-done.
- Your specific questions, the options you see, and your current leaning with reasons.
- The `transcript_path` from `state.json` when set, so the advisor can read the full conversation itself.
- The `transcript_path` from `state.json` when set and the mode is on in this conversation, so the advisor can read the full conversation itself.
- No secrets. Redact tokens, keys, and `.env` values.
3. Spawn the advisor in the foreground and wait for it:
- `subagent_type: "advisor-subagent"`