gavel_init
Initialize a gavel workspace from an existing gavel.yaml. Installs Bazel aspects, registers dependencies in MODULE.bazel, and sets up .bazelrc includes.
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) |