guanghulab/config/escalation-rules.json
Guanghu Domestic Migration d1e47f4565
Some checks are pending
自动更新代码和重启 / update-and-restart (push) Waiting to run
CI检查 + 自动部署 / check (push) Waiting to run
CI检查 + 自动部署 / deploy (push) Blocked by required conditions
重启聊天服务 / restart (push) Waiting to run
chore: import sanitized domestic snapshot for REPO-002
Source snapshot: ca48d3ddf926d79aa138306164169baf764bb829
2026-07-17 15:54:41 +08:00

25 lines
767 B
JSON

{
"version": "1.0.0",
"rules": {
"L1": {
"name": "自动修复",
"types": ["test_flaky", "lint_error", "stub_missing", "format_issue"],
"handler": "auto_repair",
"notify": null
},
"L2": {
"name": "技术干预",
"types": ["test_persistent_fail", "dependency_conflict", "performance_regression", "security_alert"],
"handler": "manual",
"notify": { "target": "DEV-002-肥猫", "channel": "github_issue" }
},
"L3": {
"name": "架构干预",
"types": ["balance_long_drift", "ontology_conflict", "cross_system_architecture"],
"handler": "manual",
"notify": { "target": "TCS-0002∞-冰朔", "channel": "github_issue" }
}
},
"updated_at": "2026-03-26T15:00:00+08:00"
}