gavel_init
Initialize Gavel workspace from a gavel.yaml file. Sets up Bazel aspects, tool dependencies, and .bazelrc includes for code-quality gating.
Instructions
Initialize Gavel in the workspace from an existing gavel.yaml. Installs Bazel aspects, registers tool dependencies in MODULE.bazel, and sets up .bazelrc includes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | Path to an existing gavel.yaml to use as input | |
| gavelspace | No | Absolute path to a gavelspace directory (omit to use the directory where Claude Code is running) |