cd worker-pairing && npx wrangler dev --local --port 8801
web/ directory in another terminal:
cd web && npx http-server -p 8000 -c-1
(any static server works; -c-1 disables caching so edits show up immediately)
http://127.0.0.1:8000/remote-pairing-test.html in your browser.connected with matching channel bindings.disconnected → opening → resuming → connected and the encrypted channel survives.This page intentionally lives outside the main PWA shell — it loads only the remote-pairing modules, so any failure isolates to the new code.
——0——0