pending.nvim/lua/pending
Barrett Ruth 61eadec87e feat(forge): support custom shorthand prefixes
Problem: forge shorthand parsing hardcoded `%l%l` (exactly 2 lowercase
letters), preventing custom prefixes like `github:`. Completions also
hardcoded `gh:`, `gl:`, `cb:` patterns.

Solution: iterate `_by_shorthand` keys dynamically in `_parse_shorthand`
instead of matching a fixed pattern. Build completion patterns from
`forge.backends()`. Add `shorthand` field to `ForgeInstanceConfig` so
users can override prefixes via config, applied in `_ensure_instances()`.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 22:26:53 -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(forge): support custom shorthand prefixes 2026-03-10 22:26:53 -04:00
config.lua feat(forge): support custom shorthand prefixes 2026-03-10 22:26:53 -04:00
diff.lua refactor: move forge ref detection from parse.body() to diff 2026-03-10 18:58:24 -04:00
forge.lua feat(forge): support custom shorthand prefixes 2026-03-10 22:26:53 -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