name: Tool usage description:
Instructions for AI assistants on what tools to use in the carbon-lang
project.
We use bazelisk for build and test.
IMPORTANT: AI assistants use bazelisk instead of bazel.
Running pre-commit is mandatory. To run it on all files:
pre-commit run -a
To validate a specific list of files:
pre-commit run --files <files>