COMMIT-002: commit: should inline the full diff as relayed hunks

Now
DONE

COMMIT-001 (landed dac9dab7) made be commit:?<sha> append a navigable diff:?<sha> link after the metadata, keeping keeper diff-free. In use that is one click too many: the user wants commit: to read like git show commit metadata immediately followed by the FULL diff, inline, as dog/HUNK hunks. Since keeper owns commit: and graf owns diff: (separate dog binaries, DOG routes), keeper must NOT re-roll diff rendering; instead the dispatcher RUNS graf's diff:?<sha> for the SAME resolved sha and RELAYS its hunk stream after the commit-metadata hunk exactly the capture-and-replay mechanism the sub recursion already uses. This supersedes COMMIT-001's link.

Input

Context

Goals

Constraints

WIP

Design decisions (to confirm in session)

TODOs

Blockers and bummers

Outcome