That's it — one line changed. The main spec stays exactly the same, because it doesn't care how memos are stored. It only cares that storage exists and provides certain capabilities. This is the payoff of splitting specs: changes to one concern don't ripple into unrelated specs, making them easier to review and reason about.
...
dim - review ease -- higher
...
code-associated specification file