# AGENTS.md — Go (stdlib-first) - Go ≥ 1.22 with stdlib `net/http`. - Errors wrapped with `%w`, typed sentinels declared at package level. - `context.Context` first param on anything that can block. - `gofmt -s` + `goimports` + `staticcheck` clean. ```bash go build ./... go test ./... staticcheck ./... ```