Under the hood
The REPL's 'two-step' note lookup was simplified and no longer computes a keptAsFiles value
What
The internal function that provides 'two-step' notes for Claude Code's interactive session (REPL) was renamed and simplified. It now takes one fewer parameter and just returns the matching entry directly, instead of also computing and returning a keptAsFiles value alongside it.
Why
This is an internal simplification of how these notes are looked up; the removed keptAsFiles computation is no longer part of the result.
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubt
What the removed `keptAsFiles` value was used for, and whether anything downstream relied on it, isn't stated.