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.
Task and jobs keys may only name one thing at a time
Under the hood
Useful1Signal2
Internals
Task and job storage keys must name exactly one thing or they're rejected.
What's wrong with this entry?
Anonymous. No account, no email.
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.