mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
5cfb26b571
Remove the manifest.json dependency for memory file tracking. Instead, build an index by scanning daily memory files on demand. This eliminates a class of bugs where the manifest could drift out of sync with actual files, and simplifies the code by removing Manifest/ManifestEntry types and all read/write/path helpers. Made-with: Cursor