- ROADMAP: all Phase 1.5 boxes checked; done-notes (clone snapshots,
Copy handle, no Instant on wasm, button enables with the pending burst)
- ARCHITECTURE: undo/redo in the header tree and a paragraph on the
snapshot history; gaps list no longer mentions undo
- README: undo/redo in 'What works today'
- effort S (~0.5-1 day): rides on Phase 1 machinery (serde snapshots,
replace_state, the store.track() autosave trigger) — no component
changes needed, page-agnostic
- coalesced snapshots (one per ~1 s window), capped stacks, Ctrl+Z /
Ctrl+Shift+Z with focus guard for text fields
- sequencing note: lands before the edit-heavy Phases 2-7 so their edits
are undoable from day one; nothing depends on it
- Phase 8 e2e item: drop the persistence round trip (already covered by
persistence.spec.ts), add undo shortcuts
- ARCHITECTURE gaps list: note the missing undo/redo