A live-document collaboration note for artifacts exists but its gate is always closed.
The note depends on a live-document streaming module set to null, so it never appears.
What's wrong with this entry?
A new helper appends a collaboration note to the artifact instructions, gated on a live-document module reporting that its streaming gate is open. That module is set to null in this build, so the gate is always false and the note never appears.
- The helper reads two texts,
NO_WATCH_RAIL_COLLAB_NOTEandLIVE_DOC_RESULT_PREFIX, off the same null object and callsliveDocStreamGateOpen()on it through optional chaining, which yields undefined. - The same null also makes the
live-editaction and the live-document result prefix dead code. The previous build's counterpart was null too. - This is a build-time null, not a remote flag: no server setting can switch it on.
NO_WATCH_RAIL_COLLAB_NOTE
Strings lifted out of the shipped bundle, so the claim above can be checked against them.