Loading...
Loading...
06-hooks/peon-ping/settings-hooks-template.json
{
"_comment": "이 파일을 ~/.claude/settings.json의 hooks 필드에 병합. <USERNAME>을 실제 사용자명으로 교체.",
"hooks": {
"SessionStart": [
{
"hooks": [
{
"command": "powershell -ExecutionPolicy Bypass -NoProfile -File \"C:\\Users\\<USERNAME>\\.claude\\hooks\\peon-ping\\peon.ps1\"",
"timeout": 10,
"type": "command"
}
],
"matcher": ""
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"command": "powershell -ExecutionPolicy Bypass -NoProfile -File \"C:\\Users\\<USERNAME>\\.claude\\hooks\\peon-ping\\peon.ps1\"",
"timeout": 10,
"type": "command"
}
],
"matcher": ""
}
],
"Stop": [
{
"hooks": [
{
"command": "powershell -ExecutionPolicy Bypass -NoProfile -File \"C:\\Users\\<USERNAME>\\.claude\\hooks\\peon-ping\\peon.ps1\"",
"timeout": 10,
"type": "command"
}
],
"matcher": ""
}
],
"Notification": [
{
"hooks": [
{
"command": "powershell -ExecutionPolicy Bypass -NoProfile -File \"C:\\Users\\<USERNAME>\\.claude\\hooks\\peon-ping\\peon.ps1\"",
"timeout": 10,
"type": "command"
}
],
"matcher": ""
}
]
}
}