🎉 init: 小龙的工作空间
This commit is contained in:
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"description": "Critical agent with severe health drop, certification downgrade, and unsupported compatibility — triggers multiple critical alerts",
|
||||
"monitoringSnapshots": [
|
||||
{
|
||||
"agentId": "old-claw-beta",
|
||||
"timestamp": "2026-06-01T00:00:00.000Z",
|
||||
"healthScore": 75,
|
||||
"riskLevel": "medium",
|
||||
"certificationStatus": "conditionally_ready",
|
||||
"compatibilityStatus": "supported",
|
||||
"stabilityScore": 80,
|
||||
"status": "healthy",
|
||||
"releaseResult": "success",
|
||||
"rollbacks": 0,
|
||||
"compatibilityFailures": 0,
|
||||
"releaseFailures": 0
|
||||
},
|
||||
{
|
||||
"agentId": "old-claw-beta",
|
||||
"timestamp": "2026-06-02T00:00:00.000Z",
|
||||
"healthScore": 60,
|
||||
"riskLevel": "medium",
|
||||
"certificationStatus": "conditionally_ready",
|
||||
"compatibilityStatus": "compatible_with_warnings",
|
||||
"stabilityScore": 65,
|
||||
"status": "degrading",
|
||||
"releaseResult": "success",
|
||||
"rollbacks": 1,
|
||||
"compatibilityFailures": 1,
|
||||
"releaseFailures": 0
|
||||
},
|
||||
{
|
||||
"agentId": "old-claw-beta",
|
||||
"timestamp": "2026-06-03T00:00:00.000Z",
|
||||
"healthScore": 35,
|
||||
"riskLevel": "high",
|
||||
"certificationStatus": "conditionally_ready",
|
||||
"compatibilityStatus": "compatible_with_warnings",
|
||||
"stabilityScore": 40,
|
||||
"status": "at_risk",
|
||||
"releaseResult": "failed",
|
||||
"rollbacks": 1,
|
||||
"compatibilityFailures": 1,
|
||||
"releaseFailures": 1
|
||||
},
|
||||
{
|
||||
"agentId": "old-claw-beta",
|
||||
"timestamp": "2026-06-04T00:00:00.000Z",
|
||||
"healthScore": 15,
|
||||
"riskLevel": "high",
|
||||
"certificationStatus": "not_ready",
|
||||
"compatibilityStatus": "unsupported",
|
||||
"stabilityScore": 20,
|
||||
"status": "at_risk",
|
||||
"releaseResult": "failed",
|
||||
"rollbacks": 2,
|
||||
"compatibilityFailures": 2,
|
||||
"releaseFailures": 2
|
||||
},
|
||||
{
|
||||
"agentId": "old-claw-beta",
|
||||
"timestamp": "2026-06-05T00:00:00.000Z",
|
||||
"healthScore": 10,
|
||||
"riskLevel": "high",
|
||||
"certificationStatus": "not_ready",
|
||||
"compatibilityStatus": "unsupported",
|
||||
"stabilityScore": 15,
|
||||
"status": "at_risk",
|
||||
"releaseResult": "failed",
|
||||
"rollbacks": 3,
|
||||
"compatibilityFailures": 3,
|
||||
"releaseFailures": 3
|
||||
}
|
||||
],
|
||||
"configuration": {
|
||||
"criticalHealthDropPercent": 30,
|
||||
"highHealthDropPercent": 15,
|
||||
"trendWindowSize": 3,
|
||||
"consecutiveFailureThreshold": 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user