class Capsium::Reactor::Overlay

The writable top overlay layer of a mounted package (ARCHITECTURE.md section 5a): an append-only record of writes in the reactor workdir. The immutable package on disk never changes; content writes land under content/, deletions are tombstones in .capsium-tombstones, and dataset mutations are a per-dataset JSON operation log under data/. Everything is visible on the next request (hot-swap) and reloads from disk when the reactor starts over the same workdir.