JGET-011 MED: parseRemote misderives the store root for a bare file:<store> path and won't follow a .be-FILE worktree mount

parseRemote mis-resolves two file: GET forms, so jab get throws cannot resolve trunk where native attaches a worktree: (1) a bare file:<store> path with no .be suffix and no ?proj query → it sets srcRoot = dirname(<store>) (the PARENT dir) and opens the wrong store; (2) a file:<secondary-wt-mount> whose source .be is a FILE redirect → it treats the mount as a raw store path and never reads the .be-FILE redirect row that names the real store + project. Part of JGET-001; method Issues.

Input

Context

Goals

Constraints

WIP

Design decisions

TODOs

Blockers and bummers

Outcome