Under the hood
Artifact db_read save-to-disk code was restructured, with a small added guard on shared-file conflict checks
What
The code path for saving a database read (db_read) result to a local file was heavily rewritten and renamed with no clear new user-facing behavior found. One nearby piece of logic added an extra check (!UL(Ae)) to the test used for detecting co-written or shared files when listing files.
Why
This looks mostly like internal cleanup, with a small tightening of an existing conflict-detection check.
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubt
What the added `!UL(Ae)` guard changes in practice is not clear from the evidence.