Contributing
Read the repository’s CONTRIBUTING.md and AGENTS.md, then create a branch
for a focused change. Keep commits small and in English. Template changes must
validate both API and UI scaffolds.
Before opening a pull request:
go test ./...go test -race ./...go vet ./...test -z "$(gofmt -l cmd internal runtime)".github/scripts/scaffold-smoke.shExplain the user-facing behavior, tests, compatibility impact, and migration
notes in the pull request. Security issues belong in SECURITY.md, not public
issues.

