🎉 init: 小龙的工作空间
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"description": "Health degradation alert — triggers create_remediation_plan and increase_monitoring",
|
||||
"alerts": [
|
||||
{
|
||||
"alertId": "monitor-002",
|
||||
"severity": "high",
|
||||
"agentId": "claw-staging",
|
||||
"reason": "health_score_drop_high",
|
||||
"details": "Health score dropped 18% (90 → 72)",
|
||||
"timestamp": "2026-06-05T00:00:00.000Z",
|
||||
"ruleId": "HR-1",
|
||||
"source": "continuous-monitoring"
|
||||
}
|
||||
],
|
||||
"events": [
|
||||
{
|
||||
"eventType": "health_degraded",
|
||||
"agentId": "claw-staging",
|
||||
"timestamp": "2026-06-04T00:00:00.000Z",
|
||||
"metadata": { "previousScore": 90, "currentScore": 72 }
|
||||
}
|
||||
],
|
||||
"configuration": {}
|
||||
}
|
||||
Reference in New Issue
Block a user