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.
Directory sync releases its file handle even when the apply crashes
You'll notice
Useful2Signal1
Elsewhere
Directory sync now releases its file handle even if applying changes crashes.
What's wrong with this entry?
Anonymous. No account, no email.
What
The directory sync step now closes the handle it holds on the staged file list in a finally block, so a crash mid-apply no longer leaks it. Previously it was only released on the normal return path.
Evidence
dir_sync_apply_crashed
Strings lifted out of the shipped bundle, so the claim above can be checked against them.