pending.nvim/lua/pending
Barrett Ruth ea8ba7f44c feat(diff): disallow editing done tasks by default
Problem: Done tasks could be freely edited in the buffer, leading to
accidental modifications of completed work.

Solution: Add a `lock_done` config option (default `true`) and a guard
in `diff.apply()` that rejects field changes to done tasks unless the
user toggles the checkbox back to pending first.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 22:26:57 -04:00
..
sync fix(sync): include backend name in bundled-creds auth recommendation (#124) 2026-03-10 11:43:51 -04:00
buffer.lua refactor(forge): remove %l eol specifier, add auto_close config, fix icons 2026-03-10 19:54:42 -04:00
complete.lua feat(complete): add forge shorthand omnifunc completions 2026-03-10 17:44:36 -04:00
config.lua feat(diff): disallow editing done tasks by default 2026-03-10 22:26:57 -04:00
diff.lua feat(diff): disallow editing done tasks by default 2026-03-10 22:26:57 -04:00
forge.lua ci: format 2026-03-10 22:16:15 -04:00
health.lua refactor(forge): extract ForgeBackend class and registry 2026-03-10 22:11:37 -04:00
init.lua ci: format 2026-03-10 19:28:36 -04:00
log.lua fix(diff): preserve due/rec when absent from buffer line (#68) 2026-03-05 12:46:54 -05:00
parse.lua refactor: move forge ref detection from parse.body() to diff 2026-03-10 18:58:24 -04:00
recur.lua feat: time-aware due dates, persistent undo, @return audit (#33) 2026-02-25 20:37:50 -05:00
store.lua refactor(types): extract inline anonymous types into named classes (#110) 2026-03-08 19:49:49 -04:00
textobj.lua fix(diff): preserve due/rec when absent from buffer line (#68) 2026-03-05 12:46:54 -05:00
views.lua refactor(forge): remove %l eol specifier, add auto_close config, fix icons 2026-03-10 19:54:42 -04:00