GET-038: jab get from a WORKTREE source records the worktree path as the store anchor → jab status reports everything unk (baseline unresolvable)

A jab get file:<worktree>?/<proj> (e.g. file:/home/gritzko/journal/?/beagle-ext) writes a full, correct checkout but records the WORKTREE URI as the wtlog store anchor (.be row 0), and a worktree is NOT a store — <wt>/.be is a wtlog FILE that redirects to the real store. So a later jab status reopens the anchor to read the baseline commit's tree, fails (no store dir there), gets an EMPTY base, and classifies every on-disk file as unk — the whole tree reads untracked. Verified in ~/todo/test: .be row 0 = get|file:/home/gritzko/journal/?/beagle-ext, row 1 = get|?#dbb828e6…; jab status → all unk. The store form (file:/home/gritzko/.be/?/beagle-ext) anchors at the real store and status works — that is how the DIS-057/DIS-058 worktrees were made. This is the worktree-source seedLocal redirect that GET-037 explicitly DEFERRED; the get must follow <wt>/.be's row-0 repo redirect and record the REAL store (or refuse cleanly), never the worktree path. Scope: be/ JS get. See GET-037, DIS-055; method Issues.

Input

Context

Goals

Constraints

WIP

Design decisions

TODOs

Blockers and bummers

Outcome