POST-020: git-push post path still emits raw stderr printfs

The be post ssh://… (git-remote push) path bypasses the BE-005 verb-output ULOG sweep: it prints sniff: N change(s) and the keeper synthetic-coordinate notice as bare fprintf(stderr, …) instead of ULOG rows/summaries. Route both through the shared ROWS machinery like post/put/delete/get/patch already do. See POST-019, BE-005.

Input

Context

be post ssh://localhost/src/dogs against a git remote emits raw stderr lines that should be ULOG (residual of the verb-output sweep).

Goals

Route the post change-count and the keeper git-push notice through ULOG/ROWS.

Constraints

WIP

Design decisions

(pending)

TODOs

Blockers and bummers

(none yet)

Outcome