Add umbrella validation entry point

This commit is contained in:
nav
2026-04-09 04:38:15 +00:00
parent cdf17bf1c4
commit 3bb0a79057
7 changed files with 78 additions and 13 deletions

View File

@@ -227,6 +227,17 @@
- Server / Client 类型检查必须全绿
- 新增联调测试后happy path 与至少一组安全失败路径必须全绿
推荐的 umbrella 仓库最小回归入口:
```bash
./scripts/validate-v1.sh
```
该脚本会顺序执行:
- `Yonexus.Protocol`: `npm run test`
- `Yonexus.Server`: `npm run check && npm run test`
- `Yonexus.Client`: `npm run check && npm run test`
---
## 8. 当前对应关系