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

18 lines
476 B
JSON
Raw Normal View History

2026-05-15 13:39:48 +09:00
{
"dangerouslySkipPermissions": true,
"instructions": "코드만 출력, 설명은 주석으로. 수정은 변경된 함수/diff 단위만. 답변 마지막에 1줄 요약. 상세 설명은 요청 시에만. 수정 후 반드시 git commit/push.",
"hooks": {
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "python .claude/discord_notify.py",
"timeout": 30
}
]
}
]
}
2026-05-15 13:39:48 +09:00
}