pending.nvim/lua/pending
Barrett Ruth 6f71ab14ad
feat(forge): add validate option for forge ref validation on write (#138)
Problem: Typos in forge refs like `gh:user/repo#42` silently persist —
there's no feedback when a ref points to a nonexistent issue.

Solution: Add `forge.validate` config option. When enabled, `diff.apply()`
returns new/changed `ForgeRef[]` and `forge.validate_refs()` fetches
metadata for each, logging specific warnings for not-found, auth, or
CLI-missing errors.
2026-03-12 20:29:02 -04:00
..
sync fix(sync): include backend name in bundled-creds auth recommendation (#124) 2026-03-10 11:43:51 -04:00
buffer.lua fix(forge): fix ghost extmarks, false auth warnings, and needless API calls (#136) 2026-03-12 20:29:02 -04:00
complete.lua feat(forge): support custom shorthand prefixes (#131) 2026-03-12 20:29:01 -04:00
config.lua feat(forge): add validate option for forge ref validation on write (#138) 2026-03-12 20:29:02 -04:00
diff.lua feat(forge): add validate option for forge ref validation on write (#138) 2026-03-12 20:29:02 -04:00
forge.lua feat(forge): add validate option for forge ref validation on write (#138) 2026-03-12 20:29:02 -04:00
health.lua refactor(forge): extract ForgeBackend class and registry (#129) 2026-03-10 22:16:25 -04:00
init.lua feat(forge): add validate option for forge ref validation on write (#138) 2026-03-12 20:29:02 -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 feat: add <C-a> / <C-x> keymaps for priority increment/decrement (#114) 2026-03-08 20:49:05 -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 feat(forge): inline overlay rendering for forge links (#127) 2026-03-10 20:01:10 -04:00