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.223 Home All releases olderv2.1.222 v2.1.224newer

Skills and jobs load through the storage sidecar

Under the hood
Useful1 Signal0
Skills

Skill listing and job tracking now go through the storage layer instead of touching files directly.

What

User skill enumeration and job bookkeeping now go through the storage layer instead of reading and writing files directly.

Details
  • Skill directory enumeration uses the scoped listEntries/read API, with cursors, an 8-bit size cap check, and plugin-disabled filtering by the plugin.json name.
  • Job order, state and group writes go through sidecar keys.
  • The sidecar path is used when a sidecar handle is present; otherwise the old file writes are used.
Evidence

[jobs] v5 sidecar write failed:

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