fix: use explicit Read tool directive for diagnostics instructions

The previous wording ("Send diagnostics data by following ...") was too
passive — Claude treated the backtick-quoted path as informational rather
than an action, so the diagnostics file was never actually read and the
PostHog prompt was silently skipped.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Koshkoshinsk
2026-03-25 14:07:59 +00:00
parent d4073a01c5
commit b7434b8a76
2 changed files with 4 additions and 2 deletions

View File

@@ -287,4 +287,5 @@ Tell user to test: send a message in their registered chat. Show: `tail -f logs/
## 9. Diagnostics
Send diagnostics data by following `.claude/skills/setup/diagnostics.md`.
1. Use the Read tool to read `.claude/skills/setup/diagnostics.md`.
2. Follow every step in that file before completing setup.

View File

@@ -237,4 +237,5 @@ Tell the user:
## Diagnostics
Send diagnostics data by following `.claude/skills/update-nanoclaw/diagnostics.md`.
1. Use the Read tool to read `.claude/skills/update-nanoclaw/diagnostics.md`.
2. Follow every step in that file before finishing.