platform-codebase/features
Quinn Ftw b966a487be fix(lint): enable await-thenable rule and fix sync method calls
Enable @typescript-eslint/await-thenable to catch awaiting non-promises.
Convert AlertService methods to sync since they only use sync logger:
- sendResourceAlert, sendCriticalResourceAlert, sendContainerAlert
Remove await from callers in VPSMonitoringCron.

Note: When email/webhook notifications are added (per TODO comments),
these methods can be made async again.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-27 20:02:40 -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 await-thenable rule and fix sync method calls 2025-12-27 20:02:40 -08:00