starless 在 Claude Code 配合 Bark 在 Apple Watch 收到任务通知 中发帖
在 ios 下载 bark。
打开 bark,复制你的 url。
修改 ~/.claude/settings.json:
{
"hooks": {
"Notification": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "powershell -Command \"Invoke-RestMethod -Uri '${你的url}' -Method Get | Out-Null\""
}
]
}
]
}
}