pending.nvim/lua/todo
Barrett Ruth 6f7959cb18 fix: correct buffer parser and timestamp test
Problem: parse_buffer classified /id/-prefixed task lines as headers
because '/' matches the '^%S' header pattern. Store timestamp test
was flaky when add and update ran within the same second.

Solution: check for task line patterns (id prefix or 2-space indent)
before falling through to the header branch. Backdate the initial
modified timestamp in the store update test.
2026-02-24 15:19:59 -05:00
..
sync ci: format 2026-02-24 15:17:24 -05:00
buffer.lua feat(buffer): add scratch buffer with concealment and extmarks 2026-02-24 15:09:29 -05:00
config.lua feat(config): add configuration module 2026-02-24 15:08:59 -05:00
diff.lua fix: correct buffer parser and timestamp test 2026-02-24 15:19:59 -05:00
health.lua feat(health): add checkhealth integration 2026-02-24 15:09:58 -05:00
init.lua feat: add commands, mappings, and plugin entry point 2026-02-24 15:09:43 -05:00
parse.lua feat(parse): add inline metadata parser 2026-02-24 15:09:15 -05:00
store.lua feat(store): add JSON data store with CRUD operations 2026-02-24 15:09:07 -05:00
views.lua feat(views): add category and priority view renderers 2026-02-24 15:09:22 -05:00