URI-014 HIGH: hunk links/banners/status-bar must use word URI shape — get the verb/view OUT of the scheme slot

Hunk-carried URIs jam the VERB/VIEW word into the URI SCHEME slot — diff://name/path, status://name, commit://name?sha, log://name?ref, cat://name/path#L<n>. Per "views are verbs, not schemes" (Nav, DIS-060) the verb belongs in the HEAD/word slot; the scheme addresses TRANSPORT only (ssh:/https:/be:/file:). The overload "worked" only because these URIs never carry a real transport scheme (the trick), but it is structurally wrong and blocks composition like diff https://host/x?a..b (a lens over a remote). Convert EVERY hunk-carried URI — embedded U-tag click-target LINKS, the hunk BANNER/record URI, AND the re-typeable STATUS-BAR address — to the word URI (verb-space-URI) form, the SAME module(args) shape ulogs, hunks, the CLI, and the address bar already use. HARD CUTOVER, JS-only (beagle-ext); the C weave/graf bakers are a linked follow-up. Completes the URI-012 (resolution) + URI-013 (composition) arc with SHAPE. Method Issues.

Input

Context

Goals

Constraints

WIP

Design decisions

API (concrete, URI-014)

TODOs

Blockers and bummers

Outcome