Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.234 Home All releases olderv2.1.233 v2.1.235newer
Claude Code v2.1.234

Published artifacts verify their injected setup scripts can be removed again

You'll notice
Useful2 Signal2
Artifacts

Published pages only bundle highlighting, Mermaid or charts if the injected block can be removed again.

What

When a published page bundles syntax highlighting, Mermaid diagrams or charts, the publisher now also checks the small setup script it injects alongside the library, and confirms the injected block can be stripped back out of the page afterwards. If it cannot, the injection is refused and the page publishes without it.

Details
  • Covers the highlight, Mermaid and chart initializer scripts, each checked before it is written into the page.
  • The removability check is what gates the injection; failing it means no injection rather than a failed publish.
Evidence

hljs_block_unstrippable

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.234 →