JS-098: host-less be: local clone never worked — wire.js classify routed an authority-less be: to ssh (fixed with DIS-058)

A be: URI with NO authority (an absolute local-store path, e.g. be:/home/gritzko/.be?/proj) was mis-classified by shared/wire.js classify as a REMOTE and routed to an ssh keeper exec, so a purely local be: clone never worked in the be/ JS port (be://localhost / be://host, WITH an authority, correctly route to ssh). Found and fixed while building DIS-058's local sub-cycle repro (which needs a no-network local be: get to drive a clone→edit→commit cycle). Fix: classify treats a host-less be: (absolute local store path, empty authority) as a LOCAL keeper exec, matching native be and the spec; the be://host ssh path is unchanged (be-js-get-be ssh parity verified intact). The fix lives in the ~/todo/DIS-058 changeset and lands with it. Scope: be/ JS. See DIS-058; method Issues.

Input

Context

Goals

Constraints

WIP

Design decisions

TODOs

Outcome