chore: claude Notification Hook이 Windows 환경에서도 동작하도록#655
Merged
whqtker merged 1 commit intosolid-connection:developfrom Feb 14, 2026
Merged
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
관련 이슈
작업 내용
settings.json에 작성된 hooks는 masOS 기준으로 작성되어, windows에서도 정상 동작하도록 수정했습니다.별도의 알림 파이썬 스크립트를 작성하여 OS별로 작업을 선택합니다.
스크립트를 수행 시
python으로 실행하는 구문을 추가했는데, windows 환경에서python3는C:\Users\chosh\AppData\Local\Microsoft\WindowsApps\python3를 가리키기에, 두 방식 모두 시도하도록 변경했습니다. 일단python으로 스크립트 수행하고, 제대로 동작하지 않으면(python이 설치되어 있지 않은 경우, macOS는python3가 기본 설치되어 있음)python3로 스크립트를 수행합니다.특이 사항
리뷰 요구사항 (선택)