LOG-002: jab log:<submodule> logs the SUPER-REPO's gitlink history, not the submodule's own (no sub-mount recursion)

From the journal root, be log:be (C) lists the be SUBMODULE's own commits (4bf8e3dc, f9180c2e, f3389efa, … — the beagle-ext JS history). jab log:be (JS) instead lists the JOURNAL/super-repo's commits that bumped the be gitlink (793e1161 "bump be->4bf8e3dc…", 46f8ea42, ee286166, … back to 5a25305c "the new be/ submodule beagle-ext") — the super-repo's history PATH-FILTERED to be, NOT the submodule's. jab log:./be is identically wrong; cd be && jab log: is CORRECT (== C). So jab's log:<sub> never descends into the sub mount. The history isn't corrupt — it's the WRONG repo's. C is correct; JS-only fix. Method: Issues.

Input

Context

Goals

Constraints

WIP

Design decisions

TODOs

Blockers and bummers

Outcome