Skip to content

v0.0.10: order-aware plan validation

Latest

Choose a tag to compare

@alexaytov alexaytov released this 10 May 13:14
· 11 commits to main since this release

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
```