auto-sync: 2026-06-08 09:07:33
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions

This commit is contained in:
cfdaily
2026-06-08 09:07:33 +08:00
parent b970184f3e
commit 9e48340f3c
+4 -1
View File
@@ -1671,8 +1671,11 @@ def calc_risk_level(changed_files: list[str]) -> str:
### 4.1 模块结构
```
src/config/
└── agents.py # Agent ID 统一注册表
src/api/
├── toolchain_routes.py # 事件中枢路由(~150行)
├── toolchain_routes.py # 事件中枢路由(~250行)
├── mail_routes.py # 现有 Mail API
└── ...