pub type FileState = HashMap<EntityKey, String>;
File-on-disk state: a map from entity keys to their current status as read from the filesystem (e.g., from tasks.md).
pub struct FileState { /* private fields */ }