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