Skip to content

chore: claude Notification Hook이 Windows 환경에서도 동작하도록#655

Merged
whqtker merged 1 commit intosolid-connection:developfrom
whqtker:chore/654-add-hooks-on-windows
Feb 14, 2026
Merged

chore: claude Notification Hook이 Windows 환경에서도 동작하도록#655
whqtker merged 1 commit intosolid-connection:developfrom
whqtker:chore/654-add-hooks-on-windows

Conversation

@whqtker
Copy link
Member

@whqtker whqtker commented Feb 14, 2026

관련 이슈

작업 내용

settings.json 에 작성된 hooks는 masOS 기준으로 작성되어, windows에서도 정상 동작하도록 수정했습니다.

별도의 알림 파이썬 스크립트를 작성하여 OS별로 작업을 선택합니다.

스크립트를 수행 시 python 으로 실행하는 구문을 추가했는데, windows 환경에서 python3C:\Users\chosh\AppData\Local\Microsoft\WindowsApps\python3 를 가리키기에, 두 방식 모두 시도하도록 변경했습니다. 일단 python 으로 스크립트 수행하고, 제대로 동작하지 않으면(python이 설치되어 있지 않은 경우, macOS는 python3가 기본 설치되어 있음) python3 로 스크립트를 수행합니다.

특이 사항

리뷰 요구사항 (선택)

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: claude Notification Hook이 Windows 환경에서도 동작하도록

1 participant