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

Artifact database data/users/me resolves to your own user id

Use it now
Useful2 Signal3
Artifacts not in their notes

Artifacts can address your own user record as "me" instead of looking up your id.

data/users/me
What

An artifact reading or writing the data/users collection can use the document id me and it is rewritten to the caller's real user id. The id is fetched once and cached per account, with concurrent lookups sharing one request.

Details
  • If the artifact's published version does not declare both the database and user capabilities, the error says the artifact needs republishing rather than failing opaquely.
Evidence

resolving 'me' needs this artifact's published version to declare the db and user capabilities

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