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 --checkWhen changing rendered docs behavior, also run the Playwright docs tests:
cd docs/www-tests
npm run test:e2eRuntime features need package-specific Go tests and, when relevant, a progress row with source-backed evidence.