Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:27:42 +08:00
commit 8950f3ecf1
6 changed files with 104 additions and 0 deletions

6
hooks/notification.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
osascript -e 'display notification "Claude Codeが許可を求めています" with title "Claude Code" subtitle "確認待ち" sound name "Glass"'
# Exit successfully (don't block the action)
exit 0