pending.nvim/lua/pending/sync
Barrett Ruth 012bd9b043 refactor: normalize log message grammar and capitalization (#89)
Problem: Log messages used inconsistent capitalization, punctuation,
and phrasing — some started lowercase, some omitted periods, "Pending"
was used instead of "task", and sync backend errors used ad-hoc
formatting.

Solution: Apply sentence case after backend prefixes, add trailing
periods to complete sentences, rename "Pending" to "task", use
`'Failed to <verb> <noun>: '` pattern for operation errors, and
pluralize "Archived N task(s)" correctly.
2026-03-06 18:38:17 -05:00
..
gcal.lua refactor: normalize log message grammar and capitalization (#89) 2026-03-06 18:38:17 -05:00
gtasks.lua refactor: normalize log message grammar and capitalization (#89) 2026-03-06 18:38:17 -05:00
oauth.lua refactor: normalize log message grammar and capitalization (#89) 2026-03-06 18:38:17 -05:00