platform-codebase/features
Quinn Ftw 3dba081b0a fix(lint): enable require-await rule and remove unnecessary async
Enable @typescript-eslint/require-await to flag async functions without
await. Convert synchronous functions from async to sync:
- AuthService.login() - JWT generation is synchronous
- AuthController.login() - now calls sync service method
- AlertService.sendAlert() - only uses sync logger
- MetricsPersistenceService.persistMetrics() - fire-and-forget pattern

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-27 19:58:30 -08:00
..
landing/frontend fix(imports): update theme-provider to ui-theme in source files 2025-12-27 15:43:16 -08:00
platform-admin/frontend feat: add conversation-assistant, platform-admin, portal scaffolds 2025-12-26 00:37:40 -08:00
portal/frontend feat: add conversation-assistant, platform-admin, portal scaffolds 2025-12-26 00:37:40 -08:00
service-registry/registry-agent feat: add conversation-assistant, platform-admin, portal scaffolds 2025-12-26 00:37:40 -08:00
status-dashboard fix(lint): enable require-await rule and remove unnecessary async 2025-12-27 19:58:30 -08:00