[2026-05-15] Discord Stop 훅 추가 및 notifier User-Agent 수정
- .claude/discord_notify.py: 세션 종료 시 git log/status를 Discord로 전송 - .claude/settings.json: Stop 훅 등록 - notifier.py: Cloudflare 차단 방지를 위해 User-Agent 헤더 추가 - .gitignore: settings.local.json 제외 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+14
-1
@@ -1,4 +1,17 @@
|
||||
{
|
||||
"dangerouslySkipPermissions": true,
|
||||
"instructions": "코드만 출력, 설명은 주석으로. 수정은 변경된 함수/diff 단위만. 답변 마지막에 1줄 요약. 상세 설명은 요청 시에만. 수정 후 반드시 git commit/push."
|
||||
"instructions": "코드만 출력, 설명은 주석으로. 수정은 변경된 함수/diff 단위만. 답변 마지막에 1줄 요약. 상세 설명은 요청 시에만. 수정 후 반드시 git commit/push.",
|
||||
"hooks": {
|
||||
"Stop": [
|
||||
{
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "python .claude/discord_notify.py",
|
||||
"timeout": 30
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user