C30: git 동기화 프로젝트 작업 전 최신 상태 점검 의무
- 대상: git 기반 모든 프로젝트 (조직 레포·Unity·Framework·차기 프로젝트)
- `git fetch origin && git status` + pull/merge 의무
settings.json 강화 (승인 팝업 제거):
- defaultMode: "acceptEdits" — Edit/Write 자동 승인
- Bash(git *), Bash(ls *), Bash(cat *), Bash(echo *) 등 prefix 패턴 추가
- Bash(python *), Bash(dotnet *), Bash(node *) 등 개발 도구 명시
- deny 기존 유지
Live 더미 갱신 (push 없음, C20-1-A 준수)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>