mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 20:30:14 +01:00
Per https://arxiv.org/pdf/2602.11988 (section 4.3), repository overviews have no effect on the time it takes agents to find files, but do increase the cost of operations and number of required steps to complete tasks.
23 lines
731 B
Markdown
23 lines
731 B
Markdown
# Gemini & AI Assistant Guide for Carbon
|
|
|
|
<!--
|
|
Part of the Carbon Language project, under the Apache License v2.0 with LLVM
|
|
Exceptions. See /LICENSE for license information.
|
|
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
-->
|
|
|
|
This document provides high-density technical context for AI assistants
|
|
contributing to the Carbon Language project.
|
|
|
|
## General instructions
|
|
|
|
- **Communication**: Be concise, professional, and technical. Use GitHub-style
|
|
markdown.
|
|
- **Verification**: Always run relevant tests.
|
|
|
|
## Bazel usage
|
|
|
|
> [!IMPORTANT] Always use `bazelisk` instead of `bazel` for all commands in the
|
|
> Carbon project. Refer to the
|
|
> [Bazel usage skill](/.agents/skills/bazel/SKILL.md) for detailed instructions.
|