Skip to content

Commit 9d1fcfa

Browse files
Update AGENTS.md
Co-authored-by: Mary Dickson <[email protected]>
1 parent acdf5b1 commit 9d1fcfa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

AGENTS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ Prefer `make` targets at repo root:
2626
- Go formatting is enforced: run `make fmt` (uses `golangci-lint fmt`; Go uses tabs for indentation).
2727
- Imports should be goimports-compatible; keep package names lowercase; exported identifiers use `PascalCase`.
2828
- Protobuf changes must pass `buf lint` and should be regenerated via `make proto-generate`.
29+
- Always run `gofumpt` on Go files after making changes
30+
- The project uses `gofumpt` (stricter than `gofmt`) for formatting
31+
- Before completing Go-related tasks, run: `~/go/bin/gofumpt -w <files>`
2932

3033
## Testing Guidelines
3134

0 commit comments

Comments
 (0)