v0.45.0
fix(daemon): decode landingWork[] poll lane and route to OnLandingWork.
The daemon's PollResponse decoded only work[] and silently dropped the orchestrator's landingWork[] landing-trigger lane, so landing triggers never reached OnLandingWork and the per-tenant landing serializer never started. pollOnce now decodes landingWork[] and routes each item through OnWork as a landing-run PollWorkItem (out-of-band; never a session). Additive/omitempty; inert unless landing triggers are staged.
Completes the FD-4 landing trigger path in the daemon (the prior #160 added LandingWork only to the standalone worker types).