pending.nvim/lua/todo
Barrett Ruth 607a9868d9 feat(store): add JSON data store with CRUD operations
Problem: need persistent task storage with forward-compatible
schema and unknown field preservation.

Solution: add store module with load/save, add/update/delete,
ID allocation, and UDA round-trip preservation. Data stored at
stdpath('data')/todo/tasks.json with version 1 schema.
2026-02-24 15:09:07 -05:00
..
config.lua feat(config): add configuration module 2026-02-24 15:08:59 -05:00
store.lua feat(store): add JSON data store with CRUD operations 2026-02-24 15:09:07 -05:00