# Server Integration Rules - `server/` owns HTTP routes and external backend integrations. - Keep route parsing, backend clients, environment configuration, polling, and server workflow construction here. - Do not import React, view modules, editor stores, renderer modules, or browser-only adapters. - Keep route wiring small and separate from backend-specific clients and workflow builders.