DIS-070: be/ JS get rejects scheme-less fs-path sources trees.mkd example 5 jab get ../../jab/dog / jab get ../TKT-123 has no code path; wiki spells the form file:../proj only

Now
OPEN

trees example 5 (lines 199-210, post-2026-07-12 rewrite) pulls between worktrees with BARE relative paths: jab get ../../jab/dog (the main tree's sub as source) and jab get ../TKT-123 (a sibling wt as source). No code path: isRemoteSeed (get.js:261-267) admits a seed only with a scheme, an authority, or a .be-suffixed path; a bare relative path falls through to inRepoSeed (get.js:292-293) and parses as an in-repo path/branch out-of-tree NAVESCAPE/garbage. The wiki documents only the schemed spelling file:../proj?feat (GET.mkd:31). The Bro spells of the same example (get ///jab/dog, get //TKT-123/) are DIS-063's operand classifier; THIS ticket is the scheme-less fs-path SHELL form only.

Input

Context

Goals

Constraints

WIP

Design decisions

TODOs

Blockers and bummers

Outcome