The user is allowed to change document and connect to different PS servers. That means that in order to save assets to the disk we must ask for a working directory for each psd file and the actual state of the project is not ready for that.
Sending assets over the socket is less performant if a local-storage/indexDB caching system is not implemented (not scheduled yet) but will allow motherlover to receive assets without dealing with the fs.
The point is: we do not need persistence right now.
The user is allowed to change document and connect to different PS servers. That means that in order to save assets to the disk we must ask for a working directory for each psd file and the actual state of the project is not ready for that.
Sending assets over the socket is less performant if a local-storage/indexDB caching system is not implemented (not scheduled yet) but will allow motherlover to receive assets without dealing with the fs.
The point is: we do not need persistence right now.