Fixed
- Order-aware plan validation. Previously, a plan with two ops where op 2 referenced a path that op 1 had moved (e.g., merge a parent folder, then merge its former child) would pass validation and fail mid-apply with
ENOENT. The validator now simulates each op against a mutating state copy, so order-dependent failures are caught up front and the whole plan is rejected with a clear "does not exist" message.
Install
```sh
curl -L -o ai-notes-0.0.10.vsix https://github.com/alexaytov/vscode-ai-notetaking/releases/download/0.0.10/ai-notes-0.0.10.vsix
code --install-extension ai-notes-0.0.10.vsix
```