Holdings

Latest

Bottega Suite Sep 2026 · 207 commits

44 projects · 39 repositories

rev-local

Autonomous code review that never uploads your repository

In development Sheet 10 of 47

Description

rev-local watches repositories already on your disk, reviews each new change with a coding CLI you already have installed, and publishes the findings back to wherever the work lives — a pull request, an issue tracker, a wiki.

Everything runs locally. The repository is never uploaded and the review engine is a process you control. It supports git, GitHub and Subversion, and a review can never mutate the repository under review.

Features

  • git, GitHub and Subversion discovery with copy-on-review materialisation
  • Full pipeline: depth selection, diff truncation, finding normalisation, fingerprinting and dedupe
  • Process supervision with an environment denylist that keeps credentials out of the review process
  • SQLite store with an audit log and a budget ledger; MCP client over stdio and streamable HTTP

Construction

  • Rust
  • SQLite
  • MCP
  • Claude Code
  • Codex

Project resources

This is a pre-production site. All content is subject to finalisation, and nothing stated here is binding until the site is live.