32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"description": "All agents healthy — should certify as production_ready",
|
|
"healthReport": [
|
|
{
|
|
"agentId": "claw-prod",
|
|
"healthScore": 100,
|
|
"riskLevel": "low",
|
|
"scoreBreakdown": {"release":30,"compatibility":25,"certification":20,"baseline":15,"operations":10},
|
|
"stability": 100,
|
|
"status": "healthy",
|
|
"lastUpdated": "2026-06-05T00:00:00.000Z"
|
|
},
|
|
{
|
|
"agentId": "mock-dev",
|
|
"healthScore": 95,
|
|
"riskLevel": "low",
|
|
"scoreBreakdown": {"release":30,"compatibility":25,"certification":20,"baseline":15,"operations":5},
|
|
"stability": 90,
|
|
"status": "healthy",
|
|
"lastUpdated": "2026-06-05T00:00:00.000Z"
|
|
}
|
|
],
|
|
"riskReport": [
|
|
{"agentId":"claw-prod","riskLevel":"low","healthScore":100,"reasons":["all indicators healthy"]},
|
|
{"agentId":"mock-dev","riskLevel":"low","healthScore":95,"reasons":["all indicators healthy"]}
|
|
],
|
|
"trendReport": [
|
|
{"agentId":"claw-prod","trend":"stable","delta":0,"currentScore":100,"previousScore":100},
|
|
{"agentId":"mock-dev","trend":"stable","delta":0,"currentScore":95,"previousScore":95}
|
|
]
|
|
}
|