Expeditee Warp Helper (prototype) ================================ This is a local helper app intended to run on the user's machine. It starts a local Jetty WebSocket server over TLS (WSS) bound to 127.0.0.1 and accepts cursor-warp commands after a token handshake. Port selection -------------- If the environment variable EXPEDITEE_PORT is set, its integer value is used as the listening port. Otherwise it defaults to 6000. Build + run ----------- mvn -q package java -jar target/expeditee-warp-helper-0.1.0.jar Notes ----- - First run generates a PKCS12 keystore at: ~/.expeditee-warp-helper/localhost.p12 with a random password stored in: ~/.expeditee-warp-helper/keystore.pass - Certificate is self-signed and includes SANs for localhost and 127.0.0.1. Java version ------------ This prototype uses Jetty 12, which requires Java 17+.