JS-091 LOW: rev-anchored path descent #<sha>./path broken in size/blob/type

A path descent off a SPECIFIC rev — size:#<sha>./a.txt, blob:?<ref>./a.txt — never fires: new URI folds the whole <sha>./a.txt into the fragment (or <ref>./a.txt into the query), but the views read descent segments only from the URI path component, so the leading sha/ref is treated as the whole id and the ./path tail is dropped. Broken for short AND full shas alike (so unrelated to JS-082's {1,39} resolve gap). Surfaced verifying JS-082. Method: Issues.

Input

Context

Goals

Constraints

WIP

Design decisions

TODOs

Blockers and bummers

Outcome