3a9b19c85b11c8a7eaa07013e052bb92d4dc81320a49063e8df22dc0b586f5767b15a81767651d60Authored: 3 months ago (Mon, 27 Apr 2026 08:32:04 +0000)Match: 🤖 Generated with [Claude Code](https://claude.com/claude-code)7fa31961c2f30c1798dc23cf1fa5e904dd5e51b2Authored: 5 months ago (Fri, 6 Mar 2026 13:11:45 +0000)Match: michaelm@openai.comAGENTS.mdTool: agents-md# Bazel Codebase Guide for Gemini
Welcome to the Bazel repository. This document provides essential context and
workflows for working with the Bazel codebase.
## 🏗️ Building & Running Bazel
To build Bazel from source, use a pre-installed `bazel` or `bazelisk` binary.
* **Fast Iteration Build (Recommended):** `bazel build //src:bazel-dev`
* **Standard Build:** `bazel build //src:bazel`
### ⚡ Performance Tips
* **Remote Execution:** If you have access to a Remote Build Execution (RBE)
clust.geminiTool: gemininone