Greenfield Go
Use this flow when you want a Go repository with local analyzers, vulnerability checks, coverage, CRAP scoring, and mutation testing from the first commit.
mkdir my-servicecd my-serviceanvil init --lang golanggo mod tidymake checkmake qualityThe scaffold includes internal/seed/, cmd/app/, generated analyzers under tools/go-analyzers/, and a Makefile that exposes the same validation vocabulary a coding agent should use.