JGET-013 MED: jab get --force leaves a tracked-but-out-of-tree orphan on disk (no orphan sweep)

jab get --force ?feat does not delete a tracked file that is absent from BOTH the baseline and the target trees but still present on disk (a leftover from a prior aborted unlink). When baseline==target the reconcile walks only the empty delta and has no orphan sweep, so the stale file survives; native unlinks it (the GET-016 force-full-reset invariant). Not destructive — the surviving file is stale clutter and the in-tree bytes are correct — but the case-49 invariant fails. Part of JGET-001; method Issues.

Input

Context

Goals

Constraints

WIP

Design decisions

TODOs

Blockers and bummers

Outcome