🎉 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
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"description": "Healthy agent with stable health over time — all indicators green, 4 snapshots showing consistent high scores",
|
||||
"monitoringSnapshots": [
|
||||
{
|
||||
"agentId": "claw-prod",
|
||||
"timestamp": "2026-06-01T00:00:00.000Z",
|
||||
"healthScore": 95,
|
||||
"riskLevel": "low",
|
||||
"certificationStatus": "production_ready",
|
||||
"compatibilityStatus": "supported",
|
||||
"stabilityScore": 100,
|
||||
"status": "healthy",
|
||||
"releaseResult": "success",
|
||||
"rollbacks": 0,
|
||||
"compatibilityFailures": 0,
|
||||
"releaseFailures": 0
|
||||
},
|
||||
{
|
||||
"agentId": "claw-prod",
|
||||
"timestamp": "2026-06-02T00:00:00.000Z",
|
||||
"healthScore": 97,
|
||||
"riskLevel": "low",
|
||||
"certificationStatus": "production_ready",
|
||||
"compatibilityStatus": "supported",
|
||||
"stabilityScore": 100,
|
||||
"status": "healthy",
|
||||
"releaseResult": "success",
|
||||
"rollbacks": 0,
|
||||
"compatibilityFailures": 0,
|
||||
"releaseFailures": 0
|
||||
},
|
||||
{
|
||||
"agentId": "claw-prod",
|
||||
"timestamp": "2026-06-03T00:00:00.000Z",
|
||||
"healthScore": 96,
|
||||
"riskLevel": "low",
|
||||
"certificationStatus": "production_ready",
|
||||
"compatibilityStatus": "supported",
|
||||
"stabilityScore": 100,
|
||||
"status": "healthy",
|
||||
"releaseResult": "success",
|
||||
"rollbacks": 0,
|
||||
"compatibilityFailures": 0,
|
||||
"releaseFailures": 0
|
||||
},
|
||||
{
|
||||
"agentId": "claw-prod",
|
||||
"timestamp": "2026-06-04T00:00:00.000Z",
|
||||
"healthScore": 98,
|
||||
"riskLevel": "low",
|
||||
"certificationStatus": "production_ready",
|
||||
"compatibilityStatus": "supported",
|
||||
"stabilityScore": 100,
|
||||
"status": "healthy",
|
||||
"releaseResult": "success",
|
||||
"rollbacks": 0,
|
||||
"compatibilityFailures": 0,
|
||||
"releaseFailures": 0
|
||||
}
|
||||
],
|
||||
"configuration": {
|
||||
"criticalHealthDropPercent": 30,
|
||||
"highHealthDropPercent": 15,
|
||||
"trendWindowSize": 3,
|
||||
"consecutiveFailureThreshold": 3
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"description": "Agent with missing/unknown data fields — tests that missing fields are not assumed healthy",
|
||||
"monitoringSnapshots": [
|
||||
{
|
||||
"agentId": "incomplete-sdk",
|
||||
"timestamp": "2026-06-04T00:00:00.000Z",
|
||||
"healthScore": 85,
|
||||
"riskLevel": "unknown",
|
||||
"certificationStatus": "unknown",
|
||||
"compatibilityStatus": "unknown",
|
||||
"releaseResult": "unknown",
|
||||
"rollbacks": 0,
|
||||
"releaseFailures": 0,
|
||||
"compatibilityFailures": 0
|
||||
},
|
||||
{
|
||||
"agentId": "incomplete-sdk",
|
||||
"timestamp": "2026-06-05T00:00:00.000Z",
|
||||
"healthScore": 82,
|
||||
"riskLevel": "unknown",
|
||||
"certificationStatus": "unknown",
|
||||
"compatibilityStatus": "unknown",
|
||||
"releaseResult": "unknown",
|
||||
"rollbacks": 0,
|
||||
"releaseFailures": 0,
|
||||
"compatibilityFailures": 0
|
||||
}
|
||||
],
|
||||
"configuration": {
|
||||
"criticalHealthDropPercent": 30,
|
||||
"highHealthDropPercent": 15,
|
||||
"trendWindowSize": 3,
|
||||
"consecutiveFailureThreshold": 3
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,221 @@
|
||||
{
|
||||
"description": "Mixed fleet with 6 agents across healthy, degrading, critical, and recovery states — 3 snapshots over time",
|
||||
"monitoringSnapshots": [
|
||||
{
|
||||
"agentId": "claw-prod",
|
||||
"timestamp": "2026-06-03T00:00:00.000Z",
|
||||
"healthScore": 95,
|
||||
"riskLevel": "low",
|
||||
"certificationStatus": "production_ready",
|
||||
"compatibilityStatus": "supported",
|
||||
"stabilityScore": 100,
|
||||
"status": "healthy",
|
||||
"releaseResult": "success",
|
||||
"rollbacks": 0,
|
||||
"compatibilityFailures": 0,
|
||||
"releaseFailures": 0
|
||||
},
|
||||
{
|
||||
"agentId": "claw-staging",
|
||||
"timestamp": "2026-06-03T00:00:00.000Z",
|
||||
"healthScore": 72,
|
||||
"riskLevel": "medium",
|
||||
"certificationStatus": "conditionally_ready",
|
||||
"compatibilityStatus": "compatible_with_warnings",
|
||||
"stabilityScore": 75,
|
||||
"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": "not_ready",
|
||||
"compatibilityStatus": "unsupported",
|
||||
"stabilityScore": 40,
|
||||
"status": "at_risk",
|
||||
"releaseResult": "failed",
|
||||
"rollbacks": 2,
|
||||
"compatibilityFailures": 2,
|
||||
"releaseFailures": 2
|
||||
},
|
||||
{
|
||||
"agentId": "claw-canary",
|
||||
"timestamp": "2026-06-03T00:00:00.000Z",
|
||||
"healthScore": 88,
|
||||
"riskLevel": "low",
|
||||
"certificationStatus": "production_ready",
|
||||
"compatibilityStatus": "supported",
|
||||
"stabilityScore": 92,
|
||||
"status": "healthy",
|
||||
"releaseResult": "success",
|
||||
"rollbacks": 0,
|
||||
"compatibilityFailures": 0,
|
||||
"releaseFailures": 0
|
||||
},
|
||||
{
|
||||
"agentId": "mock-staging",
|
||||
"timestamp": "2026-06-03T00: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": "unknown-sdk-v1",
|
||||
"timestamp": "2026-06-03T00:00:00.000Z",
|
||||
"healthScore": 20,
|
||||
"riskLevel": "high",
|
||||
"certificationStatus": "not_ready",
|
||||
"compatibilityStatus": "unsupported",
|
||||
"stabilityScore": 25,
|
||||
"status": "at_risk",
|
||||
"releaseResult": "failed",
|
||||
"rollbacks": 3,
|
||||
"compatibilityFailures": 2,
|
||||
"releaseFailures": 2
|
||||
},
|
||||
{
|
||||
"agentId": "claw-prod",
|
||||
"timestamp": "2026-06-04T00:00:00.000Z",
|
||||
"healthScore": 96,
|
||||
"riskLevel": "low",
|
||||
"certificationStatus": "production_ready",
|
||||
"compatibilityStatus": "supported",
|
||||
"stabilityScore": 100,
|
||||
"status": "healthy",
|
||||
"releaseResult": "success",
|
||||
"rollbacks": 0,
|
||||
"compatibilityFailures": 0,
|
||||
"releaseFailures": 0
|
||||
},
|
||||
{
|
||||
"agentId": "claw-staging",
|
||||
"timestamp": "2026-06-04T00:00:00.000Z",
|
||||
"healthScore": 65,
|
||||
"riskLevel": "medium",
|
||||
"certificationStatus": "conditionally_ready",
|
||||
"compatibilityStatus": "compatible_with_warnings",
|
||||
"stabilityScore": 68,
|
||||
"status": "degrading",
|
||||
"releaseResult": "failed",
|
||||
"rollbacks": 1,
|
||||
"compatibilityFailures": 1,
|
||||
"releaseFailures": 1
|
||||
},
|
||||
{
|
||||
"agentId": "old-claw-beta",
|
||||
"timestamp": "2026-06-04T00:00:00.000Z",
|
||||
"healthScore": 30,
|
||||
"riskLevel": "high",
|
||||
"certificationStatus": "not_ready",
|
||||
"compatibilityStatus": "unsupported",
|
||||
"stabilityScore": 35,
|
||||
"status": "at_risk",
|
||||
"releaseResult": "failed",
|
||||
"rollbacks": 3,
|
||||
"compatibilityFailures": 3,
|
||||
"releaseFailures": 3
|
||||
},
|
||||
{
|
||||
"agentId": "claw-canary",
|
||||
"timestamp": "2026-06-04T00:00:00.000Z",
|
||||
"healthScore": 90,
|
||||
"riskLevel": "low",
|
||||
"certificationStatus": "production_ready",
|
||||
"compatibilityStatus": "supported",
|
||||
"stabilityScore": 94,
|
||||
"status": "healthy",
|
||||
"releaseResult": "success",
|
||||
"rollbacks": 0,
|
||||
"compatibilityFailures": 0,
|
||||
"releaseFailures": 0
|
||||
},
|
||||
{
|
||||
"agentId": "mock-staging",
|
||||
"timestamp": "2026-06-04T00:00:00.000Z",
|
||||
"healthScore": 55,
|
||||
"riskLevel": "high",
|
||||
"certificationStatus": "conditionally_ready",
|
||||
"compatibilityStatus": "compatible_with_warnings",
|
||||
"stabilityScore": 58,
|
||||
"status": "at_risk",
|
||||
"releaseResult": "failed",
|
||||
"rollbacks": 2,
|
||||
"compatibilityFailures": 2,
|
||||
"releaseFailures": 1
|
||||
},
|
||||
{
|
||||
"agentId": "unknown-sdk-v1",
|
||||
"timestamp": "2026-06-04T00:00:00.000Z",
|
||||
"healthScore": 15,
|
||||
"riskLevel": "high",
|
||||
"certificationStatus": "not_ready",
|
||||
"compatibilityStatus": "unsupported",
|
||||
"stabilityScore": 20,
|
||||
"status": "at_risk",
|
||||
"releaseResult": "failed",
|
||||
"rollbacks": 4,
|
||||
"compatibilityFailures": 3,
|
||||
"releaseFailures": 3
|
||||
},
|
||||
{
|
||||
"agentId": "claw-prod",
|
||||
"timestamp": "2026-06-05T00:00:00.000Z",
|
||||
"healthScore": 97,
|
||||
"riskLevel": "low",
|
||||
"certificationStatus": "production_ready",
|
||||
"compatibilityStatus": "supported",
|
||||
"stabilityScore": 100,
|
||||
"status": "healthy",
|
||||
"releaseResult": "success",
|
||||
"rollbacks": 0,
|
||||
"compatibilityFailures": 0,
|
||||
"releaseFailures": 0
|
||||
},
|
||||
{
|
||||
"agentId": "claw-staging",
|
||||
"timestamp": "2026-06-05T00:00:00.000Z",
|
||||
"healthScore": 58,
|
||||
"riskLevel": "high",
|
||||
"certificationStatus": "conditionally_ready",
|
||||
"compatibilityStatus": "compatible_with_warnings",
|
||||
"stabilityScore": 60,
|
||||
"status": "at_risk",
|
||||
"releaseResult": "failed",
|
||||
"rollbacks": 2,
|
||||
"compatibilityFailures": 2,
|
||||
"releaseFailures": 2
|
||||
},
|
||||
{
|
||||
"agentId": "claw-canary",
|
||||
"timestamp": "2026-06-05T00:00:00.000Z",
|
||||
"healthScore": 92,
|
||||
"riskLevel": "low",
|
||||
"certificationStatus": "production_ready",
|
||||
"compatibilityStatus": "supported",
|
||||
"stabilityScore": 96,
|
||||
"status": "healthy",
|
||||
"releaseResult": "success",
|
||||
"rollbacks": 0,
|
||||
"compatibilityFailures": 0,
|
||||
"releaseFailures": 0
|
||||
}
|
||||
],
|
||||
"configuration": {
|
||||
"criticalHealthDropPercent": 30,
|
||||
"highHealthDropPercent": 15,
|
||||
"trendWindowSize": 3,
|
||||
"consecutiveFailureThreshold": 3
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"description": "Agent with sudden rollback spike — stable for most history then abrupt increase in rollbacks",
|
||||
"monitoringSnapshots": [
|
||||
{
|
||||
"agentId": "unstable-mock",
|
||||
"timestamp": "2026-06-01T00:00:00.000Z",
|
||||
"healthScore": 85,
|
||||
"riskLevel": "low",
|
||||
"certificationStatus": "production_ready",
|
||||
"compatibilityStatus": "supported",
|
||||
"stabilityScore": 90,
|
||||
"status": "healthy",
|
||||
"releaseResult": "success",
|
||||
"rollbacks": 0,
|
||||
"compatibilityFailures": 0,
|
||||
"releaseFailures": 0
|
||||
},
|
||||
{
|
||||
"agentId": "unstable-mock",
|
||||
"timestamp": "2026-06-02T00:00:00.000Z",
|
||||
"healthScore": 82,
|
||||
"riskLevel": "low",
|
||||
"certificationStatus": "production_ready",
|
||||
"compatibilityStatus": "supported",
|
||||
"stabilityScore": 88,
|
||||
"status": "healthy",
|
||||
"releaseResult": "success",
|
||||
"rollbacks": 0,
|
||||
"compatibilityFailures": 0,
|
||||
"releaseFailures": 0
|
||||
},
|
||||
{
|
||||
"agentId": "unstable-mock",
|
||||
"timestamp": "2026-06-03T00:00:00.000Z",
|
||||
"healthScore": 75,
|
||||
"riskLevel": "medium",
|
||||
"certificationStatus": "production_ready",
|
||||
"compatibilityStatus": "supported",
|
||||
"stabilityScore": 78,
|
||||
"status": "degrading",
|
||||
"releaseResult": "success",
|
||||
"rollbacks": 1,
|
||||
"compatibilityFailures": 0,
|
||||
"releaseFailures": 0
|
||||
},
|
||||
{
|
||||
"agentId": "unstable-mock",
|
||||
"timestamp": "2026-06-04T00:00:00.000Z",
|
||||
"healthScore": 55,
|
||||
"riskLevel": "medium",
|
||||
"certificationStatus": "conditionally_ready",
|
||||
"compatibilityStatus": "supported",
|
||||
"stabilityScore": 58,
|
||||
"status": "at_risk",
|
||||
"releaseResult": "failed",
|
||||
"rollbacks": 3,
|
||||
"compatibilityFailures": 1,
|
||||
"releaseFailures": 1
|
||||
},
|
||||
{
|
||||
"agentId": "unstable-mock",
|
||||
"timestamp": "2026-06-05T00:00:00.000Z",
|
||||
"healthScore": 40,
|
||||
"riskLevel": "high",
|
||||
"certificationStatus": "conditionally_ready",
|
||||
"compatibilityStatus": "compatible_with_warnings",
|
||||
"stabilityScore": 42,
|
||||
"status": "at_risk",
|
||||
"releaseResult": "failed",
|
||||
"rollbacks": 5,
|
||||
"compatibilityFailures": 2,
|
||||
"releaseFailures": 2
|
||||
}
|
||||
],
|
||||
"configuration": {
|
||||
"criticalHealthDropPercent": 30,
|
||||
"highHealthDropPercent": 15,
|
||||
"trendWindowSize": 3,
|
||||
"consecutiveFailureThreshold": 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user