From 285b2b07a488e5faf9338a39a493d4ef167cd075 Mon Sep 17 00:00:00 2001 From: Albert Wu Date: Mon, 29 Jun 2026 19:27:37 -0700 Subject: [PATCH] docs: specify conventional commits in CLAUDE.md Add a Commit Style section requiring the Conventional Commits specification for commit messages. Co-Authored-By: Claude Opus 4.8 (1M context) --- CLAUDE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 6fb4ef6e..41034cb5 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -319,6 +319,10 @@ CI runs on every PR and enforces all checks via a `required-checks` gate. **Befo 3. `make check-tidy` — ensure `go.mod` and `MODULE.bazel` are tidy 4. `make check-gazelle` — ensure `BUILD.bazel` files are up to date +### Commit Style + +1. Use conventional commits specification + ### Code Style 1. **Structured logging** — `zap.SugaredLogger` with `Debugw`/`Infow`/`Errorw(msg, key, val, ...)`. Never unstructured methods.