Adding Ipc Handlers

Adds new IPC channels connecting Electron main process to renderer. Covers the 4-file dance (types, preload, main handler, renderer call) and push-event listeners. Use when adding new features that need renderer-to-main communication or main-to-renderer events.

latchagent b175638 3.8 KB Updated

File contents

latchagent/latch-core/tree/main/.agents/skills/adding-ipc-handlers commit b175638359

Frequently asked questions

npx skillmds@latest add latchagent/adding-ipc-handlers