pending.nvim/lua
Barrett Ruth 3a3e5b0505 feat(parse): extract forge refs from task body
Problem: `parse.body()` had no awareness of forge link tokens, so
`gh:user/repo#42` stayed in the description instead of metadata.

Solution: add `forge_ref` field to `pending.Metadata` and extend the
right-to-left token loop in `body()` to call `forge.parse_ref()` as
the final fallback before breaking.
2026-03-10 17:44:10 -04:00
..
pending feat(parse): extract forge refs from task body 2026-03-10 17:44:10 -04:00