I built a local-first LLM code reviewer in Go. Here's the entire pipeline.
CommitBrief is a local-first CLI that runs an LLM review over your git diff before a teammate — or your future self — sees it. There's no server and no telemetry; the diff leaves y...