2026-05-15 13:39:48 +09:00
|
|
|
{
|
|
|
|
|
"dangerouslySkipPermissions": true,
|
2026-05-15 14:07:15 +09:00
|
|
|
"permissions": {
|
|
|
|
|
"defaultMode": "bypassPermissions",
|
|
|
|
|
"allow": ["Bash(*)", "Edit(*)", "Write(*)", "Read(*)", "Glob(*)", "Grep(*)"]
|
|
|
|
|
},
|
2026-05-15 13:49:10 +09:00
|
|
|
"instructions": "코드만 출력, 설명은 주석으로. 수정은 변경된 함수/diff 단위만. 답변 마지막에 1줄 요약. 상세 설명은 요청 시에만. 수정 후 반드시 git commit/push.",
|
|
|
|
|
"hooks": {
|
2026-05-15 13:59:30 +09:00
|
|
|
"SessionStart": [
|
|
|
|
|
{
|
|
|
|
|
"hooks": [
|
|
|
|
|
{
|
|
|
|
|
"type": "command",
|
|
|
|
|
"command": "git rev-parse HEAD > .claude/session_start_sha.txt 2>nul || echo > .claude/session_start_sha.txt",
|
|
|
|
|
"shell": "powershell"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
2026-05-15 13:49:10 +09:00
|
|
|
"Stop": [
|
|
|
|
|
{
|
|
|
|
|
"hooks": [
|
|
|
|
|
{
|
|
|
|
|
"type": "command",
|
|
|
|
|
"command": "python .claude/discord_notify.py",
|
|
|
|
|
"timeout": 30
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
2026-05-15 13:39:48 +09:00
|
|
|
}
|