Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.271 ·

Publish source-pin verification gains an explicit revalidation path with tracked provenance 'lane'

Publishing now tracks how a file's source bytes were captured and can re-verify them before trusting a cached copy

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaPublishingwhat it touches
KindInternal Changesin v2.1.271,
Under the hood

Publishing now tracks how a file's source bytes were captured and can re-verify them before trusting a cached copy

What

When publishing content, Claude Code now records a "lane" describing how the source bytes were originally captured — one of "admitted", "confined", "plain", or "pinned" — alongside the existing hash and size checks. It also adds a dedicated step that re-checks, using the method appropriate to that lane, that the source hasn't changed before trusting a cached read of it.

Why

This makes publishing more resistant to publishing stale or tampered content, by re-verifying the source through the right method for how it was originally obtained rather than assuming a cached copy is still valid.

See this entry in the whole of v2.1.271 →