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.217 Home All releases olderv2.1.216 v2.1.218newer
Claude Code v2.1.217

Workshop Artifact Skill: Page-Based Decision Resolution

The /workshop skill (interactive decision artifact) has been updated to a page-self-publish model. Decisions are now resolved by readers clicking option rows directly on the published page, with the page republishing itself via window.claude.self.publish — no separate server-side interaction store is polled. The session loop now detects pending decisions by diffing the live page's DOM state (resolved vs. open call-items) rather than reading from an interactions API.

Additional clarity added to the skill prompt: when building or publishing a workshop, talk about the workshop at the product level — don't narrate internal machinery (publish declarations, renderer wiring, etc.) to the user.

Evidence

Workshop self-publish JS (search for "window.claude.self" or "data-decision-state")

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.217 →