Every publish now carries the shared-live annotation that was previously behind a feature check.
What's wrong with this entry?
After a publish returns a read handle, the summary and the [shared-live: unknown] / [shared-live: <mode>] annotation that tells the model how the published item is shared are now produced unconditionally. In the previous build both were behind a feature check that bailed out early, so this awareness is live for all users on this build.
- The removed conditions were a feature helper combined with a check that a read handle existed; only the read handle now matters.
- The annotation is visible to the classifier that inspects tool results, so shared-live state can now influence it for every session.
[shared-live: unknown]
Strings lifted out of the shipped bundle, so the claim above can be checked against them.