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.221 Home All releases olderv2.1.220 v2.1.222newer

Workshop artifact telemetry for turns, build start and build completion

Under the hood
Useful2 Signal0
Artifacts

Workshop artifact builds now report progress from decisions through to completed deliverables.

What

A new module reports how workshop artifacts progress from decisions through to a completed build.

Details
  • workshop_turn carries decisions_total, decisions_resolved and state; the slug and version are dropped as "nonconforming" unless they match strict regexes.
  • workshop_build_started fires once per slug when the state reaches "started".
  • workshop_build_completed fires once per slug with deliverables_n, deliverables_pr, deliverables_artifact and deliverables_other.
  • workshop_build_completed also carries a source of "structural" or "post_kickoff_republish", the latter after two republishes with no deliverables.
Evidence

workshop_build_completed

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