The gateway daemon is the always-on pi session that receives events from Inngest functions, Telegram, and webhooks. It's the system's notification and communication layer.
Rule: Always use joelclaw gateway CLI. Never use launchctl, curl, or log file grep directly.
joelclaw gateway restart is the canonical restart. It kills the process, cleans Redis state, re-enables com.joel.gateway if launchd disabled it, waits for launchd to respawn, and verifies the new session. joelclaw gateway enable is the direct recovery path when launchd drift disabled the service. Never use launchctl bootout/bootstrap directly.
이벤트, 알림 및 메시지를 수신하는 상시 작동 파이 세션인 joelclaw 게이트웨이 데몬을 작동합니다. 모든 게이트웨이 작업에는 joelclaw CLI를 사용하세요. 사용 시기: '게이트웨이 다시 시작', '게이트웨이 상태', '게이트웨이 정상', '게이트웨이로 푸시', '게이트웨이가 응답하지 않음', '텔레그램이 작동하지 않음', '메시지가 통과되지 않음', '게이트웨이 멈춤', '게이트웨이 디버그', '게이트웨이 확인', '큐 배출', '게이트웨이 테스트', '스트림 이벤트' 또는 게이트웨이 데몬과 관련된 모든 작업. 출처: joelhooks/joelclaw.