Workflow Control Center Backend
This Next.js application implements the PRD-defined backend surface for the 4-bot workflow using Prisma, Neon Postgres, Zod validation, REST route handlers, and SSE log streaming.
Implemented API surface
GET /api/workflow/overviewGET /api/workflow/analyticsGET /api/workflow/tasksPOST /api/workflow/tasksGET /api/workflow/tasks/:taskIdGET /api/workflow/tasks/:taskId/activityGET /api/workflow/tasks/:taskId/artifacts/:artifactType/diff?v1=1&v2=2GET /api/workflow/logs/streamPOST /api/internal/logsPOST /api/workflow/tasks/:taskId/intervention