- connection.ts: ConnectionManager(注册/心跳/重连) - checkConnectivity+P-006: /health HEAD探测 - registerWithGateway: POST /devices/register - sendHeartbeat+P-008: 15s心跳 POST /devices/:id/heartbeat - backoffDelay+P-009: 指数退避+30%抖动 - main.ts: bootstrap后启动ConnectionManager - SIGINT/SIGTERM优雅关闭