26 lines
820 B
Markdown
26 lines
820 B
Markdown
# 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.
|
|
|
|
|
|
## 라우팅
|
|
|
|
- workspace-ops / smoke / 도메인 기본 smoke 검증: `agent-test/local/workspace-ops-smoke.md`
|
|
|
|
- core / smoke / 도메인 기본 smoke 검증: `agent-test/local/core-smoke.md`
|
|
|
|
- contracts / smoke / 도메인 기본 smoke 검증: `agent-test/local/contracts-smoke.md`
|
|
|
|
- client / smoke / 도메인 기본 smoke 검증: `agent-test/local/client-smoke.md`
|