104 lines
3.4 KiB
JSON
104 lines
3.4 KiB
JSON
{
|
|
"description": "Mixed fleet: healthy, degrading, unstable, and unknown agents",
|
|
"snapshots": [
|
|
{
|
|
"timestamp": "2026-06-03T00:00:00.000Z",
|
|
"agents": {
|
|
"claw-prod": {
|
|
"status": "active",
|
|
"compatibilityStatus": "supported",
|
|
"certificationStatus": "production_ready",
|
|
"baselineVersion": "v4",
|
|
"releaseHistory": [
|
|
{"result": "success", "timestamp": "2026-06-03T00:00:00.000Z"},
|
|
{"result": "success", "timestamp": "2026-06-02T00:00:00.000Z"}
|
|
],
|
|
"rollbacks": 0,
|
|
"compatibilityFailures": 0
|
|
},
|
|
"mock-staging": {
|
|
"status": "active",
|
|
"compatibilityStatus": "supported",
|
|
"certificationStatus": "production_ready",
|
|
"baselineVersion": "v2",
|
|
"releaseHistory": [
|
|
{"result": "success", "timestamp": "2026-06-03T00:00:00.000Z"}
|
|
],
|
|
"rollbacks": 0,
|
|
"compatibilityFailures": 0
|
|
},
|
|
"old-claw-beta": {
|
|
"status": "unsupported",
|
|
"compatibilityStatus": "unsupported",
|
|
"certificationStatus": "not_ready",
|
|
"baselineVersion": "unknown",
|
|
"releaseHistory": [
|
|
{"result": "failed", "timestamp": "2026-06-03T00:00:00.000Z"}
|
|
],
|
|
"rollbacks": 1,
|
|
"compatibilityFailures": 1
|
|
},
|
|
"unknown-sdk-v1": {
|
|
"status": "unsupported",
|
|
"compatibilityStatus": "unsupported",
|
|
"certificationStatus": "unknown",
|
|
"baselineVersion": "unknown",
|
|
"releaseHistory": [],
|
|
"rollbacks": 0,
|
|
"compatibilityFailures": 0
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"timestamp": "2026-06-05T00:00:00.000Z",
|
|
"agents": {
|
|
"claw-prod": {
|
|
"status": "active",
|
|
"compatibilityStatus": "supported",
|
|
"certificationStatus": "production_ready",
|
|
"baselineVersion": "v4",
|
|
"releaseHistory": [
|
|
{"result": "success", "timestamp": "2026-06-05T00:00:00.000Z"},
|
|
{"result": "success", "timestamp": "2026-06-04T00:00:00.000Z"},
|
|
{"result": "success", "timestamp": "2026-06-03T00:00:00.000Z"}
|
|
],
|
|
"rollbacks": 0,
|
|
"compatibilityFailures": 0
|
|
},
|
|
"mock-staging": {
|
|
"status": "active",
|
|
"compatibilityStatus": "compatible_with_warnings",
|
|
"certificationStatus": "conditionally_ready",
|
|
"baselineVersion": "v2",
|
|
"releaseHistory": [
|
|
{"result": "failed", "timestamp": "2026-06-05T00:00:00.000Z"},
|
|
{"result": "success", "timestamp": "2026-06-04T00:00:00.000Z"}
|
|
],
|
|
"rollbacks": 1,
|
|
"compatibilityFailures": 1
|
|
},
|
|
"old-claw-beta": {
|
|
"status": "unsupported",
|
|
"compatibilityStatus": "unsupported",
|
|
"certificationStatus": "not_ready",
|
|
"baselineVersion": "unknown",
|
|
"releaseHistory": [
|
|
{"result": "failed", "timestamp": "2026-06-05T00:00:00.000Z"}
|
|
],
|
|
"rollbacks": 2,
|
|
"compatibilityFailures": 2
|
|
},
|
|
"unknown-sdk-v1": {
|
|
"status": "unsupported",
|
|
"compatibilityStatus": "unsupported",
|
|
"certificationStatus": "unknown",
|
|
"baselineVersion": "unknown",
|
|
"releaseHistory": [],
|
|
"rollbacks": 0,
|
|
"compatibilityFailures": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|