Start empty when the cache directory holds another account's cache (closes #104) #113

Merged
clawbot merged 1 commits from issue-104-cache-account into next2 2026-09-23 05:56:14 +02:00
1 Commits
Author SHA1 Message Date
sneak 8689e00232 Start empty when the cache directory holds another account's cache (closes #104)
check / check (push) Successful in 30s
When metadata.json in the cache directory was written for a different,
non-zero user ID than the client's, Library.open deletes it and mldata/
and loads an empty store, so the first refresh enumerates from 0 and none
of the other account's collections, files, keys or ML results are served.
Only reachable with --cache-dir or an explicit cacheDirectory.

Model: opus-5-5
2026-09-23 03:54:31 +00:00