Cloud session sync and directory-sync change detection now include repositoryTrust and localTools fields
What
When a remote session attaches, the served-tools announcement now feeds a new localTools field, and a new repositoryTrust field is attached to the cloud-session-sync payload when the repository-trust feature is active. The directory-sync journal's change-detection logic was updated to compare both repositoryTrust and localTools (alongside the existing whileClosed field) using a new deep-equality helper, so changes to either are now detected. New status text such as "served by this machine" and "not serving this session" was added to describe trust/sync status to the user.
Why
This lets directory sync correctly notice and react when which tools are served locally or the repository's trust state changes, instead of only tracking whether syncing was paused.