The board
A local git client scoped to your work, with no build step and no network calls.
lane board opens a local web page. It is a git client scoped to your work, and it replaces
reaching for a desktop git app.
It serves only to your own machine and reads the same files the commands do. Nothing is sent anywhere.
Three places
Home is what opens: the work you have in progress, what each piece touches, and what needs attention. Lanes are ordered by what wants a decision, not by name, and each repo shows the next useful action — pull, stage, commit, push, open a pull request, finish.
Work is one piece of work: the repos it spans, the files you have changed, the diff of the one you picked, and a commit box. Side panels cover History, Notes, Refs, Spec and past Sessions.
History has a scope toggle: this repo’s branch, or every repo of the lane at once. A piece of work spans repos, so its history should too.
Memory browses the four scopes and what is in each, flags duplicates, and lets you re-scope a memory that was filed in the wrong place.
Press the jump control in the top bar, or Command-K, to move between pieces of work without going back Home.
Notes
Ticket keys link wherever tracker.url in registry/config.yml points. Blank means keys show as
plain text.
Secret files are never shown: the server drops them by path before git is asked for any content.
The page is plain HTML, CSS and JavaScript with no build step, and makes no network calls beyond its own server.