From 53e9154b25b71fddea7aae65bc97544369410d67 Mon Sep 17 00:00:00 2001 From: Bill Date: Mon, 9 Feb 2026 13:12:56 -0700 Subject: [PATCH] Update progress for Step 120 --- PROGRESS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PROGRESS.md b/PROGRESS.md index ddaa4c4..9465372 100644 --- a/PROGRESS.md +++ b/PROGRESS.md @@ -376,7 +376,7 @@ vcpkg's imgui 1.91.9 removed the `sdl2-binding` feature (only `sdl3-binding` exi ## What's Next -Sprint 4 in progress. Step 119 (zoom) done. Next: Step 120 (undo/redo rework). +Sprint 4 in progress. Step 120 (undo/redo rework) done. Next: Step 121 (AST import/external module concepts). --- @@ -457,3 +457,4 @@ Sprint 4 in progress. Step 119 (zoom) done. Next: Step 120 (undo/redo rework). | 2026-02-09 | Codex | Step 117: Session persistence (layout, buffers, cursors, folds). 5/5 tests pass. | | 2026-02-09 | Codex | Step 118: Settings panel + persistence. 11/11 tests pass. | | 2026-02-09 | Codex | Step 119: Zoom controls and status bar indicator. 5/5 tests pass. | +| 2026-02-09 | Codex | Step 120: Unified undo/redo via orchestrator snapshots (per-buffer), status bar undo depth, snapshot-based undo/redo wiring. 4/4 tests pass. |