pending.nvim/spec
Barrett Ruth 597ec6bb2a feat(diff): propagate recurrence through buffer reconciliation
Problem: the diff layer does not extract or apply recurrence fields,
so rec: tokens written in the buffer are silently ignored on :w.

Solution: add rec and rec_mode to ParsedEntry, extract them in
parse_buffer(), and pass them through create and update paths in
apply().
2026-02-25 13:03:58 -05:00
..
archive_spec.lua test: add missing coverage (#19) 2026-02-24 22:33:13 -05:00
diff_spec.lua feat(diff): propagate recurrence through buffer reconciliation 2026-02-25 13:03:58 -05:00
helpers.lua test: add store, parse, and diff specs 2026-02-24 15:10:09 -05:00
parse_spec.lua feat(parse): expand date vocabulary with named dates 2026-02-25 13:03:06 -05:00
recur_spec.lua feat(recur): add recurrence parsing and next-date computation 2026-02-25 13:03:19 -05:00
store_spec.lua feat(store): add recur and recur_mode task fields 2026-02-25 13:03:40 -05:00
views_spec.lua refactor: adopt markdown-style checkbox buffer format (#20) 2026-02-24 23:21:55 -05:00