Files
2026-06-06 10:40:48 +08:00

42 lines
1.3 KiB
JSON

{
"description": "Degrading agent — health score dropping over 2 snapshots",
"snapshots": [
{
"timestamp": "2026-06-03T00:00:00.000Z",
"agents": {
"mock-staging": {
"status": "active",
"compatibilityStatus": "supported",
"certificationStatus": "production_ready",
"baselineVersion": "v2",
"releaseHistory": [
{"result": "success", "timestamp": "2026-06-03T00:00:00.000Z"},
{"result": "success", "timestamp": "2026-06-02T00:00:00.000Z"},
{"result": "success", "timestamp": "2026-06-01T00:00:00.000Z"}
],
"rollbacks": 0,
"compatibilityFailures": 0
}
}
},
{
"timestamp": "2026-06-05T00:00:00.000Z",
"agents": {
"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"},
{"result": "success", "timestamp": "2026-06-03T00:00:00.000Z"}
],
"rollbacks": 1,
"compatibilityFailures": 1
}
}
}
]
}