Files
carbon-lang/AGENTS.md
T
Richard Smith 1a9181edf6 Remove repository overview from AGENTS.md (#7705)
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.
2026-09-02 23:09:03 +00:00

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 bazelisk instead of bazel for all commands in the Carbon project. Refer to the Bazel usage skill for detailed instructions.