module SnapshotStore
Per-path stack of file snapshots used by fs_write, fs_patch, fs_remove to enable undo. Each call to .save pushes the current content (or :did_not_exist for new files). .pop retrieves the most recent snapshot.