Artifact publish results can show a live doc shim status line with edit counts, copy path and live path.
Artifact publish results can now render a "live doc shim" status line, showing edits, whether it's onto current, completeness, whether the source is a copy, the copy path, and the live path, via a new liveDocShimLine formatter that runs ahead of the existing liveDocVersion/publish branches.
The publish flow also gained a shim path (applyPublishShim) that validates a live document target is HTML, not stale, has been read, is actually live, and has a title before publishing, producing specific refusal codes such as live_doc_shim_not_html when a check fails.