🎉 init: 小龙的工作空间
This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"description": "Degrading agent with health declining over time — warnings accumulating, 4 snapshots showing steady decline",
|
||||
"monitoringSnapshots": [
|
||||
{
|
||||
"agentId": "claw-staging",
|
||||
"timestamp": "2026-06-01T00:00:00.000Z",
|
||||
"healthScore": 88,
|
||||
"riskLevel": "low",
|
||||
"certificationStatus": "production_ready",
|
||||
"compatibilityStatus": "supported",
|
||||
"stabilityScore": 95,
|
||||
"status": "healthy",
|
||||
"releaseResult": "success",
|
||||
"rollbacks": 0,
|
||||
"compatibilityFailures": 0,
|
||||
"releaseFailures": 0
|
||||
},
|
||||
{
|
||||
"agentId": "claw-staging",
|
||||
"timestamp": "2026-06-02T00:00:00.000Z",
|
||||
"healthScore": 78,
|
||||
"riskLevel": "medium",
|
||||
"certificationStatus": "production_ready",
|
||||
"compatibilityStatus": "compatible_with_warnings",
|
||||
"stabilityScore": 85,
|
||||
"status": "degrading",
|
||||
"releaseResult": "success",
|
||||
"rollbacks": 0,
|
||||
"compatibilityFailures": 1,
|
||||
"releaseFailures": 0
|
||||
},
|
||||
{
|
||||
"agentId": "claw-staging",
|
||||
"timestamp": "2026-06-03T00:00:00.000Z",
|
||||
"healthScore": 65,
|
||||
"riskLevel": "medium",
|
||||
"certificationStatus": "conditionally_ready",
|
||||
"compatibilityStatus": "compatible_with_warnings",
|
||||
"stabilityScore": 70,
|
||||
"status": "degrading",
|
||||
"releaseResult": "success",
|
||||
"rollbacks": 1,
|
||||
"compatibilityFailures": 1,
|
||||
"releaseFailures": 1
|
||||
},
|
||||
{
|
||||
"agentId": "claw-staging",
|
||||
"timestamp": "2026-06-04T00:00:00.000Z",
|
||||
"healthScore": 52,
|
||||
"riskLevel": "high",
|
||||
"certificationStatus": "conditionally_ready",
|
||||
"compatibilityStatus": "compatible_with_warnings",
|
||||
"stabilityScore": 55,
|
||||
"status": "at_risk",
|
||||
"releaseResult": "failed",
|
||||
"rollbacks": 1,
|
||||
"compatibilityFailures": 2,
|
||||
"releaseFailures": 2
|
||||
}
|
||||
],
|
||||
"configuration": {
|
||||
"criticalHealthDropPercent": 30,
|
||||
"highHealthDropPercent": 15,
|
||||
"trendWindowSize": 3,
|
||||
"consecutiveFailureThreshold": 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user