Go
Go stack baseline for harness-kit. This bundle is installed automatically when go is selected directly, or inherited by a techstack bundle via type: 'stack'.
What it includes
coding-style- naming, package layout, and public API clarity rulespatterns- idiomatic Go design patterns and common anti-patternstesting- table-driven testing, coverage expectations, and test hygienesecurity- input boundaries, secret handling, and defensive coding defaults
Notes
Rules are adapted from everything-claude-code (MIT) and tuned for harness-kit conventions.