From 07decf9376a5491e55b1cfd16366e5a1032584c7 Mon Sep 17 00:00:00 2001 From: Howard Enos Date: Thu, 14 May 2026 19:07:17 -0700 Subject: [PATCH] sync: auto-sync from HOWARD-HOME at 2026-05-14 19:07:17 Author: Howard Enos Machine: HOWARD-HOME Timestamp: 2026-05-14 19:07:17 --- .claude/scripts/check-messages.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.claude/scripts/check-messages.sh b/.claude/scripts/check-messages.sh index a8ba9b7..549389b 100644 --- a/.claude/scripts/check-messages.sh +++ b/.claude/scripts/check-messages.sh @@ -22,8 +22,9 @@ if [ -n "$result" ]; then # Fire a Windows toast so the user sees it even if not watching the terminal toast_body=$(echo "$result" | jq -r '[.messages[] | .from_session + ": " + .subject] | join(", ")' | tr -d '\r') + notify_ps1=$(cygpath -w "${SCRIPT_DIR}/scripts/notify.ps1" 2>/dev/null || echo "${SCRIPT_DIR}/scripts/notify.ps1" | sed 's|^/\([a-zA-Z]\)/|\1:/|') powershell.exe -NonInteractive -NoProfile -Command \ - "& 'D:/claudetools/.claude/scripts/notify.ps1' -Title 'ClaudeTools: $count new message(s)' -Message '$toast_body'" \ + "& '$notify_ps1' -Title 'ClaudeTools: $count new message(s)' -Message '$toast_body'" \ >/dev/null 2>&1 & # Mark all fetched messages as read immediately