diff --git a/CLAUDE.md b/CLAUDE.md index 1e2b0d95..362478b6 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -70,11 +70,15 @@ go test ./... ## Code Quality +Before submitting any code updates, you must run the following formatting and validation commands: + ### Format code ```bash go fmt ./... ``` +**Important:** Always run `go fmt ./...` before committing code changes. This ensures consistent code formatting across the project. + ### Run static analysis ```bash go vet ./...