# Local Test Rules Read this file before validation work. ## Baseline - Core: `cd services/core && go test ./...` - Go lint: `cd services/core && go vet ./...` - Root: `bin/test`, `bin/lint`, `bin/build` - Flutter: run `flutter test` and `flutter analyze --no-fatal-infos` when the Flutter toolchain is available and client changes are in scope. ## Reporting Report executed commands, pass/fail result, skipped tools, and remaining risk.