From a4fbc9d615a23a4b612441053413835083b875e7 Mon Sep 17 00:00:00 2001 From: gavrielc Date: Sat, 21 Mar 2026 18:51:15 +0200 Subject: [PATCH] show full payload to user, not just properties Co-Authored-By: Claude Opus 4.6 (1M context) --- .claude/skills/setup/diagnostics.md | 2 +- .claude/skills/update-nanoclaw/diagnostics.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude/skills/setup/diagnostics.md b/.claude/skills/setup/diagnostics.md index 2511d06..4741777 100644 --- a/.claude/skills/setup/diagnostics.md +++ b/.claude/skills/setup/diagnostics.md @@ -39,7 +39,7 @@ Show the contents of the file to the user and ask: > "Would you like to send anonymous diagnostics to help improve NanoClaw? Here's exactly what would be sent:" > -> (show the properties object only — not the api_key or distinct_id) +> (show the entire JSON file) > > **Yes** / **No** / **Never ask again** diff --git a/.claude/skills/update-nanoclaw/diagnostics.md b/.claude/skills/update-nanoclaw/diagnostics.md index 1ab9bad..46286b7 100644 --- a/.claude/skills/update-nanoclaw/diagnostics.md +++ b/.claude/skills/update-nanoclaw/diagnostics.md @@ -44,7 +44,7 @@ Show the contents of the file to the user and ask: > "Would you like to send anonymous diagnostics to help improve NanoClaw? Here's exactly what would be sent:" > -> (show the properties object only — not the api_key or distinct_id) +> (show the entire JSON file) > > **Yes** / **No** / **Never ask again**