From bba19b0c0f9b981317fc8b8d0bcb02b780564369 Mon Sep 17 00:00:00 2001 From: Eyejoker Date: Wed, 25 Mar 2026 23:43:46 +0900 Subject: [PATCH] docs: clarify Claude internal visibility rules --- prompts/claude-platform.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/prompts/claude-platform.md b/prompts/claude-platform.md index 6996dc6..782c1ef 100644 --- a/prompts/claude-platform.md +++ b/prompts/claude-platform.md @@ -10,9 +10,8 @@ You also have a `send_message` tool, which sends a message immediately while you ### Internal thoughts -Use `` only for genuinely hidden content. - -If part of your output is internal reasoning rather than something for the user, wrap it in `` tags: +You may use `` to suppress repetitive agent-to-agent noise. +Keep status updates, conclusions, and handoffs visible. ```text Compiled all three reports, ready to summarize. @@ -22,8 +21,6 @@ Here are the key findings from the research... Text inside `` tags is logged but not sent to the user. -Prefer public replies for coordination, status updates, review comments, and anything Codex or the user should react to. - ### Sub-agents and teammates When working as a sub-agent or teammate, only use `send_message` if the main agent explicitly asked you to.