🎉 init: 小龙的工作空间
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"description": "Conditionally ready fleet: meets ≥70% threshold but not ≥90%",
|
||||
"healthReport": [
|
||||
{
|
||||
"agentId": "prod-a", "healthScore": 95, "riskLevel": "low",
|
||||
"scoreBreakdown": {"release":30,"compatibility":25,"certification":20,"baseline":15,"operations":5},
|
||||
"stability": 92, "status": "healthy",
|
||||
"lastUpdated": "2026-06-05T00:00:00.000Z"
|
||||
},
|
||||
{
|
||||
"agentId": "prod-b", "healthScore": 90, "riskLevel": "low",
|
||||
"scoreBreakdown": {"release":30,"compatibility":25,"certification":20,"baseline":10,"operations":5},
|
||||
"stability": 85, "status": "healthy",
|
||||
"lastUpdated": "2026-06-05T00:00:00.000Z"
|
||||
},
|
||||
{
|
||||
"agentId": "prod-c", "healthScore": 85, "riskLevel": "low",
|
||||
"scoreBreakdown": {"release":25,"compatibility":25,"certification":20,"baseline":10,"operations":5},
|
||||
"stability": 88, "status": "healthy",
|
||||
"lastUpdated": "2026-06-05T00:00:00.000Z"
|
||||
},
|
||||
{
|
||||
"agentId": "warn-d", "healthScore": 55, "riskLevel": "medium",
|
||||
"scoreBreakdown": {"release":15,"compatibility":15,"certification":10,"baseline":10,"operations":5},
|
||||
"stability": 70, "status": "degrading",
|
||||
"lastUpdated": "2026-06-05T00:00:00.000Z"
|
||||
}
|
||||
],
|
||||
"riskReport": [
|
||||
{"agentId":"prod-a","riskLevel":"low","healthScore":95,"reasons":["all indicators healthy"]},
|
||||
{"agentId":"prod-b","riskLevel":"low","healthScore":90,"reasons":["all indicators healthy"]},
|
||||
{"agentId":"prod-c","riskLevel":"low","healthScore":85,"reasons":["all indicators healthy"]},
|
||||
{"agentId":"warn-d","riskLevel":"medium","healthScore":55,"reasons":["compatibility has warnings","certification conditionally ready"]}
|
||||
],
|
||||
"trendReport": [
|
||||
{"agentId":"prod-a","trend":"stable","delta":0,"currentScore":95,"previousScore":95},
|
||||
{"agentId":"prod-b","trend":"stable","delta":0,"currentScore":90,"previousScore":90},
|
||||
{"agentId":"prod-c","trend":"stable","delta":0,"currentScore":85,"previousScore":85},
|
||||
{"agentId":"warn-d","trend":"degrading","delta":-15,"currentScore":55,"previousScore":65}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"description": "High risk fleet — most agents at high risk, should be not_ready",
|
||||
"healthReport": [
|
||||
{
|
||||
"agentId": "unsupported-legacy",
|
||||
"healthScore": 5, "riskLevel": "high",
|
||||
"scoreBreakdown": {"release":0,"compatibility":0,"certification":0,"baseline":5,"operations":0},
|
||||
"stability": 30, "status": "at_risk",
|
||||
"lastUpdated": "2026-06-05T00:00:00.000Z"
|
||||
},
|
||||
{
|
||||
"agentId": "failing-agent",
|
||||
"healthScore": 15, "riskLevel": "high",
|
||||
"scoreBreakdown": {"release":0,"compatibility":5,"certification":0,"baseline":5,"operations":5},
|
||||
"stability": 40, "status": "degrading",
|
||||
"lastUpdated": "2026-06-05T00:00:00.000Z"
|
||||
}
|
||||
],
|
||||
"riskReport": [
|
||||
{"agentId":"unsupported-legacy","riskLevel":"high","healthScore":5,"reasons":["agent unsupported","compatibility unsupported","3 release failures"]},
|
||||
{"agentId":"failing-agent","riskLevel":"high","healthScore":15,"reasons":["certification not_ready","2 release failures","2 rollbacks"]}
|
||||
],
|
||||
"trendReport": [
|
||||
{"agentId":"unsupported-legacy","trend":"degrading","delta":-80,"currentScore":5,"previousScore":25},
|
||||
{"agentId":"failing-agent","trend":"degrading","delta":-70,"currentScore":15,"previousScore":50}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"description": "Mixed fleet: healthy, degrading, high risk agents — conditionally_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-staging",
|
||||
"healthScore": 65, "riskLevel": "medium",
|
||||
"scoreBreakdown": {"release":20,"compatibility":15,"certification":10,"baseline":15,"operations":5},
|
||||
"stability": 78, "status": "degrading",
|
||||
"lastUpdated": "2026-06-05T00:00:00.000Z"
|
||||
},
|
||||
{
|
||||
"agentId": "old-claw-beta",
|
||||
"healthScore": 10, "riskLevel": "high",
|
||||
"scoreBreakdown": {"release":0,"compatibility":0,"certification":0,"baseline":5,"operations":5},
|
||||
"stability": 50, "status": "at_risk",
|
||||
"lastUpdated": "2026-06-05T00:00:00.000Z"
|
||||
}
|
||||
],
|
||||
"riskReport": [
|
||||
{"agentId":"claw-prod","riskLevel":"low","healthScore":100,"reasons":["all indicators healthy"]},
|
||||
{"agentId":"mock-staging","riskLevel":"medium","healthScore":65,"reasons":["compatibility has warnings","certification is conditionally ready"]},
|
||||
{"agentId":"old-claw-beta","riskLevel":"high","healthScore":10,"reasons":["agent unsupported","compatibility unsupported","certification not_ready"]}
|
||||
],
|
||||
"trendReport": [
|
||||
{"agentId":"claw-prod","trend":"stable","delta":0,"currentScore":100,"previousScore":100},
|
||||
{"agentId":"mock-staging","trend":"degrading","delta":-35,"currentScore":65,"previousScore":100},
|
||||
{"agentId":"old-claw-beta","trend":"degrading","delta":-50,"currentScore":10,"previousScore":20}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"description": "Not ready fleet: too many failing agents",
|
||||
"healthReport": [
|
||||
{
|
||||
"agentId": "fail-1", "healthScore": 10, "riskLevel": "high",
|
||||
"scoreBreakdown": {"release":0,"compatibility":0,"certification":0,"baseline":5,"operations":5},
|
||||
"stability": 25, "status": "at_risk",
|
||||
"lastUpdated": "2026-06-05T00:00:00.000Z"
|
||||
},
|
||||
{
|
||||
"agentId": "ok-2", "healthScore": 80, "riskLevel": "low",
|
||||
"scoreBreakdown": {"release":25,"compatibility":25,"certification":20,"baseline":5,"operations":5},
|
||||
"stability": 75, "status": "healthy",
|
||||
"lastUpdated": "2026-06-05T00:00:00.000Z"
|
||||
}
|
||||
],
|
||||
"riskReport": [
|
||||
{"agentId":"fail-1","riskLevel":"high","healthScore":10,"reasons":["agent unsupported","compatibility unsupported","4 release failures"]},
|
||||
{"agentId":"ok-2","riskLevel":"low","healthScore":80,"reasons":["all indicators healthy"]}
|
||||
],
|
||||
"trendReport": [
|
||||
{"agentId":"fail-1","trend":"degrading","delta":-50,"currentScore":10,"previousScore":20},
|
||||
{"agentId":"ok-2","trend":"stable","delta":0,"currentScore":80,"previousScore":80}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user