gito/agent-test/local/rules.md
toki e2bc7aa8b6 feat(scaffold): 초기 프로젝트 골격을 구성한다
Gito를 platformless Git control plane으로 시작할 수 있도록 Go core, Flutter control surface, contracts, ops 규칙, 검증 헬퍼를 함께 구성한다.
2026-06-13 08:55:46 +09:00

16 lines
446 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.