A complete live-document artifact mode exists but its module is never assigned, so nothing runs.
live_doc schema, prompts, refusals and collaboration arming are all present but unreachable through a null module reference.
What's wrong with this entry?
The artifact tool carries a full set of branches for a live-document mode: an extra live_doc schema field, its own summary and description text, refusal messages, a consent clause appended to the publish prompt, classifier tokens, and collaboration arming. All of it is reached through an optional module reference that is initialised to null and never assigned anywhere in this build, so none of these paths can run.
- The publish response parser separately learned to accept a server-supplied
kindstring, but only when it matches a strict pattern. - Nothing in this build turns the module on, so whether it ever activates depends on a future release rather than a setting you can flip.
LIVE_DOC_SUMMARY, LIVE_DOC_FIELD_DESCRIBE
Strings lifted out of the shipped bundle, so the claim above can be checked against them.