gt-review connects repository changes, review conversations, and agent work. Its hub serves registered checkouts, and its runtime integrations connect reviews to Condensate threads.
Start the hub
From apps/gt-review:
bun run build
bun run build:webapp
GTR_REVIEW_AGENTS=0 bun dist/cli.js hub --no-open
The default hub address is http://127.0.0.1:4700. Register a checkout using the CLI's register command as shown in Run locally.
Review a repository
Choose the registered repository, inspect the changes and discussion, and open the relevant review thread. Repository selection matters: a hub can serve several repositories, and requests must name the right instance.
The startup command above brings up the interface with automatic reviewer starts disabled. Configure review execution separately when you are ready to run agents against a repository.
Build the browser surface
The React application is built by build:webapp; a source change is not visible in a server serving stale output. The legacy web modules and the React webapp have different build paths. Use the scripts in the package manifest and the local application instructions.
Existing deployments
Local development commands are not production promotion commands. Follow your deployment's established update procedure and preserve the runtime's durable history. A hub restart can affect work owned by that hub.