Hwaro::Services::Server::FileStamp
What the watcher records per file: mtime plus size. Size catches same-tick rewrites on coarse-mtime filesystems (Docker bind mounts, NFS/SMB shares, exFAT) where two quick saves can share a timestamp — an mtime-only comparison would permanently miss the second save.