Gormes

Testing

Focused checks for docs and runtime-adjacent changes.

Testing

Docs-focused checks:

go test ./docs -count=1
go run ./cmd/progress validate
git diff --check

When changing rendered docs behavior, also run the Playwright docs tests:

cd docs/www-tests
npm run test:e2e

Runtime features need package-specific Go tests and, when relevant, a progress row with source-backed evidence.