You cannot use the local filesystem context store with the node-red boilerplate. It will happily write your data to files, but when the app is restarted all changes to the filesystem are wiped so your data is gone. This is why the boilerplate app comes with a cloudant instance to store your flow configuration.
We haven't yet got a context plugin suitable for this yet.