All checks were successful
CI / verify (push) Successful in 2m2s
Editing a note in a stacked note saved cache without the path, so store.files never received the new SHA and lookups went stale. Pass the path through, and make addFile dedup by path as well as SHA so an edit (same path, new SHA) replaces the old entry instead of duplicating it.