pending.nvim/spec
Barrett Ruth afb9e65f8d refactor(views): adopt markdown checkbox line format
Problem: task lines used an opaque /ID/  [N] prefix format that was
hard to read and inconsistent between category and priority views.
Header lines had no visual marker distinguishing them from tasks.

Solution: render headers as '## Cat', task lines as
'/ID/- [x|!| ] description'. State encoding: [x]=done, [!]=urgent,
[ ]=pending. Both views use the same construction.
2026-02-24 23:14:32 -05:00
..
archive_spec.lua feat: overdue highlighting, relative dates, undo write, buffer mappings (#1) 2026-02-24 18:33:07 -05:00
diff_spec.lua test: add top-priority missing test coverage 2026-02-24 19:57:21 -05:00
helpers.lua test: add store, parse, and diff specs 2026-02-24 15:10:09 -05:00
parse_spec.lua test: add top-priority missing test coverage 2026-02-24 19:57:21 -05:00
store_spec.lua refactor(config): change default category from Inbox to Todo 2026-02-24 23:14:23 -05:00
views_spec.lua refactor(views): adopt markdown checkbox line format 2026-02-24 23:14:32 -05:00