[2026-05-15] 코드 수정 후 commit+push 자동화 설정

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-15 15:03:58 +09:00
parent a3f54fab47
commit 542c1dcea2
+1 -1
View File
@@ -8,7 +8,7 @@
"defaultMode": "bypassPermissions",
"allow": ["Bash(*)", "Edit(*)", "Write(*)", "Read(*)", "Glob(*)", "Grep(*)"]
},
"instructions": "코드만 출력, 설명은 주석으로. 수정은 변경된 함수/diff 단위만. 답변 마지막에 1줄 요약. 상세 설명은 요청 시에만. 수정 후 반드시 git commit/push.",
"instructions": "코드만 출력, 설명은 주석으로. 수정은 변경된 함수/diff 단위만. 답변 마지막에 1줄 요약. 상세 설명은 요청 시에만. 파일 수정 완료 후 확인 없이 즉시 git add + commit + push origin master 자동 실행.",
"hooks": {
"SessionStart": [
{