Files
Stock-trading-programming/.claude/settings.json
T

37 lines
978 B
JSON
Raw Normal View History

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