From d1998087485e21128340f4954cafb19d7f22d81a Mon Sep 17 00:00:00 2001 From: olekhondera Date: Mon, 16 Feb 2026 11:49:52 +0200 Subject: [PATCH] update: refine hook notification text for better clarity --- .claude/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/settings.json b/.claude/settings.json index 59be2b0..3be323e 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -50,7 +50,7 @@ "hooks": [ { "type": "command", - "command": "osascript -e 'display notification \"Claude Code ждёт вашего ввода\" with title \"Claude Code\"'" + "command": "osascript -e 'display notification \"Claude Code простаивает, удели минуту своего времени\" with title \"Claude Code\"'" } ] }