Quick Start
Get up and running with CodeBroker in under a minute. This guide will take you from an unindexed repository to having CodeBroker bound to your AI tools.
Prerequisites
Go to Your Project
CodeBroker indexes one project at a time, scoped to whatever directory you run it from. cd into the repository you want to index — every command below (init, bind, update) should be run from this same directory unless noted otherwise.
Initialize Repository
From inside your project folder, initialize the CodeBroker configuration. This scans the codebase and creates a `.codebroker.json` file in your root directory.
Bind to Your AI Tools
Still in the same project directory, run the bind command to instantly connect it to Claude, Gemini, and your other AI coding tools.
Keep the CLI Updated
CodeBroker ships new releases often. Run updateany time — from any directory, since it updates the CLI binary itself, not your project's index — to pull the latest version.