Add audit query routes to cowork-service that proxy to platform-service: - GET /api/audit — query audit logs with action/category/days/limit/offset filters - GET /api/audit/stats — aggregated audit stats - modules/audit/types.ts — AuditQuerySchema (Zod) - modules/audit/routes.ts — proxy routes with error handling - server.ts — register auditRoutes - server.test.ts — add audit routes mock, update register count to 4 57 tests passing, 9 test files, typecheck clean |
||
|---|---|---|
| .. | ||
| cowork-service | ||
| extraction-service | ||
| mcp-server | ||
| monitoring | ||
| platform-service | ||