Files
Stock-trading-programming/.claude/settings.json
T
2026-05-15 15:03:58 +09:00

37 lines
1.0 KiB
JSON

{
"dangerouslySkipPermissions": true,
"env": {
"PYTHONUTF8": "1",
"PYTHONIOENCODING": "utf-8"
},
"permissions": {
"defaultMode": "bypassPermissions",
"allow": ["Bash(*)", "Edit(*)", "Write(*)", "Read(*)", "Glob(*)", "Grep(*)"]
},
"instructions": "코드만 출력, 설명은 주석으로. 수정은 변경된 함수/diff 단위만. 답변 마지막에 1줄 요약. 상세 설명은 요청 시에만. 파일 수정 완료 후 확인 없이 즉시 git add + commit + push origin master 자동 실행.",
"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
}
]
}
]
}
}