From 2ecda36df2ce92ee94906dcb29719daab0de856e Mon Sep 17 00:00:00 2001 From: gavrielc Date: Fri, 6 Feb 2026 20:25:21 +0200 Subject: [PATCH] small tweak to acknowledgement prompt --- groups/global/CLAUDE.md | 2 +- groups/main/CLAUDE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/groups/global/CLAUDE.md b/groups/global/CLAUDE.md index 687e65e..bbe7fe9 100644 --- a/groups/global/CLAUDE.md +++ b/groups/global/CLAUDE.md @@ -20,7 +20,7 @@ You have two ways to send messages to the user or group: Your output **internalLog** is information that will be logged internally but not sent to the user or group. -For requests that involve significant work, consider sending a quick acknowledgment via mcp__nanoclaw__send_message so the user knows you're working on it. +For requests that can take time, consider sending a quick acknowledgment if appropriate via mcp__nanoclaw__send_message so the user knows you're working on it. ## Your Workspace diff --git a/groups/main/CLAUDE.md b/groups/main/CLAUDE.md index 33dae63..6952dd1 100644 --- a/groups/main/CLAUDE.md +++ b/groups/main/CLAUDE.md @@ -20,7 +20,7 @@ You have two ways to send messages to the user or group: Your output **internalLog** is information that will be logged internally but not sent to the user or group. -For requests that involve significant work, consider sending a quick acknowledgment via mcp__nanoclaw__send_message so the user knows you're working on it. +For requests that can take time, consider sending a quick acknowledgment if appropriate via mcp__nanoclaw__send_message so the user knows you're working on it. ## Memory