Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.268 ·

New 'undigested' cache-staleness state in git-attributes/hook expansion resolver

Git hook/attribute file expansion gains a new 'undigested' state for stale cached files

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaHookswhat it touches
KindInternal Changesin v2.1.268,
Under the hood

Git hook/attribute file expansion gains a new 'undigested' state for stale cached files

What

The internal logic that expands file references in git hook and attribute configuration now tracks a modification 'stamp' for each file path, and can report a new undigested result when a file's cached state hasn't caught up with its current content. This sits alongside the existing not_text, unbounded, unexpandable, and contributes result kinds.

Why

This distinguishes files that simply haven't been processed yet from other reasons expansion might fail, which should make caching in this area more accurate.

How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtThe finding does not say what user-visible effect the `undigested` state has, only that the resolver can now return it.

See this entry in the whole of v2.1.268 →

Feedback