LIST-001: a github-style list: view fs tree per-entry last commit

Now
DONE

list:<path> VIEW (be/views/list/list.js) renders a dir github-style: per entry <wt-marker> <name> <pale-grey last-commit summary> <short rel-age>, files AND dirs. It FUSES the wt listing (ls classifyDir name + change bucket) with each entry's LAST COMMIT (message + age) from a BOUNDED backward history walk, so a user sees uncommitted state AND commit context in ONE view. list owns the expensive per-entry-commit fuse; ls/tree stay untouched and cheap. jab+libdog bindings + JS ONLY, NO dog binary. Method: Issues.

Input

Context

Goals

Constraints

WIP

Design decisions

TODOs

Blockers and bummers

Outcome