v2.3.2
A startup fix for the click worker's safety wiring.
Web Risk in the worker. The click worker builds its own safety providers rather than sharing the app's wiring. When the Web Risk provider moved onto a shared client, the app wiring was updated and the worker was not, so enabling the safety pipeline crash-looped the worker on startup while the app itself booted normally. Both worker call sites now build through the same client.
The runtime builder also gets tests that boot the screening and investigation branches, so a provider signature change fails a test instead of a deploy.
What's Changed
Full Changelog: v2.3.1...v2.3.2