Shared TypeScript library for the pmux wire protocol and signaling messages.
protocol.ts— Wire protocol message types (AgentRequest,AgentEvent,TmuxSession,TmuxWindow,TmuxPane) for DataChannel communicationsignaling.ts— Signaling WebSocket message types for the Cloudflare Durable Object relaytypes.ts— Common types (DeviceType,DeviceInfo,PairingData,TurnCredentials)
npm run build # compiles TypeScript to dist/
npm run clean # removes dist/MIT — see LICENSE