JGET-009 HIGH: grandchild submodule title derived from the WRONG .gitmodules (depth-2 recursion → HOMENOPROJ)

In a depth-2 submodule chain (par→ch→gc), jab get mis-derives the grandchild's project title: recurseSubMounts reads the PARENT's top-level .gitmodules keyed by the NESTED path chsub/gcsub, which only declares chsub — so the url comes back empty and the title falls to basename("chsub/gcsub")="gcsub", not the correct gc (declared by the depth-1 sub's own chsub/.gitmodules). jab fetches be:…?/gcsub, keeper returns HOMENOPROJ, the grandchild mount fails and the whole get exits 1. Single-level subs mount fine; only the grandchild level breaks. Part of JGET-001; method Issues.

Input

Context

Goals

Constraints

WIP

Design decisions

TODOs

Blockers and bummers

Outcome