pending.nvim/lua/pending
Barrett Ruth 05871fa1a5 refactor: canonicalize internal metadata field names
Problem: `pending.Metadata` used shorthand field names (`cat`, `rec`,
`rec_mode`) matching user-facing token syntax, coupling internal
representation to config. `RecurSpec.from_completion` used a boolean
where a `pending.RecurMode` alias exists. `category_syntax` was
hardcoded to `'cat'` with no config option.

Solution: rename `Metadata` fields to `category`/`recur`/`recur_mode`,
add `category_syntax` config option (default `'cat'`), rename
`ParsedEntry` fields to match, replace `RecurSpec.from_completion`
with `mode: pending.RecurMode`, and restore `[string]` indexer on
`pending.ForgeConfig` alongside explicit fields.
2026-03-11 12:53:53 -04:00
..
sync refactor: tighten LuaCATS annotations across modules 2026-03-11 12:39:14 -04:00
buffer.lua fix(forge): fix ghost extmarks, false auth warnings, and needless API calls (#136) 2026-03-10 23:28:52 -04:00
complete.lua refactor: canonicalize internal metadata field names 2026-03-11 12:53:53 -04:00
config.lua refactor: canonicalize internal metadata field names 2026-03-11 12:53:53 -04:00
diff.lua refactor: canonicalize internal metadata field names 2026-03-11 12:53:53 -04:00
forge.lua refactor: tighten LuaCATS annotations across modules 2026-03-11 12:39:14 -04:00
health.lua refactor(forge): simplify auth gating (#139) 2026-03-11 12:28:22 -04:00
init.lua refactor: canonicalize internal metadata field names 2026-03-11 12:53:53 -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: canonicalize internal metadata field names 2026-03-11 12:53:53 -04:00
recur.lua refactor: canonicalize internal metadata field names 2026-03-11 12:53:53 -04:00
store.lua refactor: tighten LuaCATS annotations across modules 2026-03-11 12:39:14 -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: tighten LuaCATS annotations across modules 2026-03-11 12:39:14 -04:00