Zed BFF
This service fronts the Zed tooling. Long-running AI work is started as a Temporal workflow and executed by the ai-worker pool, so no request is held open for the length of an AI run.
GET /api/healthPOST /api/jobs— start a job, returns202and a job idGET /api/jobs/:id— status, and the result once completePOST /api/chat— streaming chat with the Gmail tools, UI at /chat