POST-022: submodule-recursive post dumps whole sub history, per-line label

be post be://localhost/beagle (and be post ssh://…) recursing into the abc submodule prints the submodule's ENTIRE commit history — ~150 post abc/?<sha>#<msg> rows — each preceded by a bare abc label line on its own, producing pages of unreadable, wrecked output. It should emit only the commits actually being posted/pushed (the delta vs the remote), through the shared ROWS banner, with a compact per-row abc/ prefix — not a standalone abc line per entry, and not a full-history replay. Distinct from POST-021 (the BNOROOM push failure); follows POST-020/POST-019 (git-push output via ROWS / gitlink banner).

Input

Context

Two faults in the submodule-recursion output of be post <remote>.

Goals

Submodule-recursive post shows only the posted/pushed delta, compactly.

Constraints

WIP

Design decisions

(pending)

TODOs

Blockers and bummers

Outcome