The current filesystem-based storage (markdown + JSON) makes local-cloud file sync impossible to implement correctly. Moving back to SQLite restores a proper database layer while keeping the product local-first, and enables cross-device sync via SQLite replication.
Related