Publishing now tracks how a file's source bytes were captured and can re-verify them before trusting a cached copy
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.
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.