pending.nvim/lua
Barrett Ruth 0a64691edd refactor: move forge ref detection from parse.body() to diff
Problem: `parse.body()` stripped forge tokens from the description,
losing the raw text. This made inline overlay rendering impossible
since the token no longer existed in the buffer.

Solution: remove the `forge.parse_ref()` branch from `parse.body()`
and call `forge.find_refs()` in `diff.parse_buffer()` instead. The
description now retains forge tokens verbatim; `_extra._forge_ref`
is still populated from the first matched ref.
2026-03-10 18:58:24 -04:00
..
pending refactor: move forge ref detection from parse.body() to diff 2026-03-10 18:58:24 -04:00