Apple Watch <==WCSession== iPhone <==HTTP/SSE== Bridge Server (Mac) (SwiftUI) (Relay) (Node.js) | HTTP Hooks | PTY stdin v Claude Code Session bash git clone https://github.com/shobhit99/claude-watch cd claude-watch/skill/bridge npm install bash ./skill/setup-hooks.sh json { "hooks": { "PostToolUse": [ { "type": "http", "url": "http://127.0.0.1:7860/hook/post-tool-use" } ], "PreToolUse": [ { "type": "http", "url": "http://127.0.0.1:7860/hook/pre-tool-use" } ], "PermissionRequest": [ { "type": "http", "url": "http://127.0.0.1:7860/hook/permission-request", "timeout": 600 } ], "Stop": [ { "type…