Alert System with DB Persistence
Static analysis findings are now persisted to the alerts table and emitted via Slack webhook when SLACK_WEBHOOK_URL is set. New endpoints: GET /api/alerts and GET /api/alerts/:id (authenticated via x-polsa-api-token header). Pool singleton consolidated into db/index.js.