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.227 Home All releases olderv2.1.226 v2.1.228newer
Claude Code v2.1.227

Task and jobs keys may only name one thing at a time

Under the hood
Useful1 Signal2
Internals

Task and job storage keys must name exactly one thing or they're rejected.

What

A task key must name exactly one of an item, the list metadata, or the list high-water mark, and a jobs key names either the pins file or one draft. Draft identifiers must be 8 lowercase hex characters. Violations now return a named error rather than passing silently.

Evidence

a jobs-root key names the pins file or one draft, never both

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