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.
731 B
731 B
Gemini & AI Assistant Guide for Carbon
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
bazeliskinstead ofbazelfor all commands in the Carbon project. Refer to the Bazel usage skill for detailed instructions.