DIFF-004: clickable difflet URIs — diff:<path>?<from>..<to>#L<n>

Clicking a diff hunk's nav link (e.g. diff:ast/BAST.c#L362) gives "be: no results". The hunk's click-target URI is built with an EMPTY query (graf/WEAVE.c ~861/961: HUNKu8sMakeURI(..,name,empty,line)diff:<path>#L), so clicking runs wt-vs-base (beagle/BE.cli.c:251) — empty for a committed file. diff:'s range form ?from#to spends the fragment on <to>, leaving no room for #L. The weave verb already takes a .. range in the QUERY (graf/GRAF.exe.c:483-493), freeing the fragment. Adopt that for diff:: clickable difflets become diff:<path>?<from>..<to>#L<n>. Method: Issues.

Input

Context

Goals

Constraints

WIP

Design decisions (settled with user 2026-06-15)

TODOs

Blockers and bummers

Outcome