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

Stale numeric queue files are removed instead of parsed

Under the hood
Useful2 Signal0
Internals

Fixes odd leftover queue files piling up by deleting malformed ones instead of misreading them.

What

Scanning a directory of NNN.json entries now deletes filenames whose numeric parse does not round-trip back to the original string.

Details
  • A non-round-tripping name is unlinked and skipped rather than parsed anyway.
Evidence

^\d+\.json$

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 →