pending.nvim/doc
Barrett Ruth f198358819
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-11 12:23:20 -04:00
..
pending.txt feat(forge): add validate option for forge ref validation on write (#138) 2026-03-11 12:23:20 -04:00