[2026-05-15] 스케줄러 인코딩·권한·Discord 알림 수정

- run_*.ps1: PSScriptRoot 경로, claude.cmd 전체경로, UTF-8 BOM 저장으로 한글 깨짐 해결
- settings.json: PYTHONUTF8=1 환경변수, 글로벌 bypassPermissions 추가
- discord_notify.py: 커밋 메시지 불릿 + 커밋 완료 여부만 전송하도록 간소화

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-15 15:00:10 +09:00
parent c4ac27b5ac
commit 7c9f73f63d
5 changed files with 58 additions and 44 deletions
+4
View File
@@ -1,5 +1,9 @@
{
"dangerouslySkipPermissions": true,
"env": {
"PYTHONUTF8": "1",
"PYTHONIOENCODING": "utf-8"
},
"permissions": {
"defaultMode": "bypassPermissions",
"allow": ["Bash(*)", "Edit(*)", "Write(*)", "Read(*)", "Glob(*)", "Grep(*)"]