From 1d5e60f7b970be51cb600567098863e94d5df0e4 Mon Sep 17 00:00:00 2001 From: Daniel Pupius Date: Mon, 16 Mar 2026 17:59:13 +0000 Subject: [PATCH] docs(claude): add go test and gofmt to dev commands CI enforces gofmt; noting it here prevents the same oversight. Co-Authored-By: Claude Sonnet 4.6 --- CLAUDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 3b64163..a58dd19 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -6,6 +6,8 @@ - `make gen-proto` - `make clean` - `make run` <-- Do not execute the program yourself. +- `go test ./...` — run Go tests +- `gofmt -w .` — format Go code (CI enforces this; run before committing) ## Meshtastic MQTT Protocol Structure