pending.nvim/doc
Barrett Ruth f1b9c7008b feat(forge): add validate option for forge ref validation on write
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-10 23:18:55 -04:00
..
pending.txt feat(forge): add validate option for forge ref validation on write 2026-03-10 23:18:55 -04:00