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.236 Home All releases olderv2.1.235 v2.1.237newer
Claude Code v2.1.236

A productivity-skills flag is declared but nothing reads it

Not switched on
Useful1 Signal4
Artifacts Notable

A productivity-skills switch is named in the artifact code but nothing reads it.

The gate tengu_russet_pergola is declared and exported with no reader anywhere in the build.

What

The artifact module exports a new flag constant pointing at the gate tengu_russet_pergola, which does not exist in the previous build. Only the declaration and export are present; no code in this build reads the gate, so it does nothing yet.

Evidence

PRODUCTIVITY_SKILLS_FLAG: () => Lhp,

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