COMMIT-007: jab commit: — human-format author/committer dates + one-click F ticket codes in the message

The JS commit: view (be/views/commit/commit.js) prints author/committer dates as the RAW git <unix-epoch> <tz> and leaves an issue key (ABC-123) in the message as plain text. Two fixes: (1) present the date in human format — the lib's short date ron.date, as log: already uses; (2) make an issue key in the subject/body a ONE-CLICK link to its ABC-123.{mkd,md,txt} ticket file — the commit:-view twin of BRO-012's log:-view producer splice, REUSING BRO-012's already-shipped resolver (shared/ticket.js scanKeys/ticketUri + core/discover.js todoRoot()). Method: Issues.

Input

Context

Goals

Constraints

WIP

Design decisions

TODOs

Blockers and bummers

Outcome