🎉 init: 小龙的工作空间

This commit is contained in:
大海
2026-06-06 10:40:48 +08:00
commit a188ee1426
3201 changed files with 231817 additions and 0 deletions
@@ -0,0 +1,41 @@
{
"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
}
}
}
]
}
@@ -0,0 +1,41 @@
{
"description": "Healthy agent with improving trend — all indicators green, 2 snapshots showing improvement",
"snapshots": [
{
"timestamp": "2026-06-03T00:00:00.000Z",
"agents": {
"claw-prod": {
"status": "active",
"compatibilityStatus": "compatible_with_warnings",
"certificationStatus": "conditionally_ready",
"baselineVersion": "v3",
"releaseHistory": [
{"result": "success", "timestamp": "2026-06-03T00:00:00.000Z"},
{"result": "success", "timestamp": "2026-06-02T00:00:00.000Z"},
{"result": "failed", "timestamp": "2026-06-01T00:00:00.000Z"}
],
"rollbacks": 1,
"compatibilityFailures": 1
}
}
},
{
"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
}
}
}
]
}
@@ -0,0 +1,57 @@
{
"description": "Improving agent — recovering from degraded state over 3 snapshots",
"snapshots": [
{
"timestamp": "2026-06-01T00:00:00.000Z",
"agents": {
"recovery-agent": {
"status": "active",
"compatibilityStatus": "unsupported",
"certificationStatus": "not_ready",
"baselineVersion": "unknown",
"releaseHistory": [
{"result": "failed", "timestamp": "2026-06-01T00:00:00.000Z"},
{"result": "failed", "timestamp": "2026-05-31T00:00:00.000Z"}
],
"rollbacks": 3,
"compatibilityFailures": 2
}
}
},
{
"timestamp": "2026-06-03T00:00:00.000Z",
"agents": {
"recovery-agent": {
"status": "active",
"compatibilityStatus": "compatible_with_warnings",
"certificationStatus": "conditionally_ready",
"baselineVersion": "v1",
"releaseHistory": [
{"result": "success", "timestamp": "2026-06-03T00:00:00.000Z"},
{"result": "failed", "timestamp": "2026-06-02T00:00:00.000Z"}
],
"rollbacks": 2,
"compatibilityFailures": 1
}
}
},
{
"timestamp": "2026-06-05T00:00:00.000Z",
"agents": {
"recovery-agent": {
"status": "active",
"compatibilityStatus": "supported",
"certificationStatus": "production_ready",
"baselineVersion": "v2",
"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
}
}
}
]
}
@@ -0,0 +1,103 @@
{
"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
}
}
}
]
}
@@ -0,0 +1,56 @@
{
"description": "Unstable agent — multiple rollbacks, compat failures, certification downgrades",
"snapshots": [
{
"timestamp": "2026-06-01T00:00:00.000Z",
"agents": {
"unstable-agent": {
"status": "active",
"compatibilityStatus": "supported",
"certificationStatus": "production_ready",
"baselineVersion": "v2",
"releaseHistory": [
{"result": "success", "timestamp": "2026-06-01T00:00:00.000Z"}
],
"rollbacks": 1,
"compatibilityFailures": 1
}
}
},
{
"timestamp": "2026-06-03T00:00:00.000Z",
"agents": {
"unstable-agent": {
"status": "active",
"compatibilityStatus": "compatible_with_warnings",
"certificationStatus": "conditionally_ready",
"baselineVersion": "v2",
"releaseHistory": [
{"result": "failed", "timestamp": "2026-06-03T00:00:00.000Z"},
{"result": "failed", "timestamp": "2026-06-02T00:00:00.000Z"}
],
"rollbacks": 2,
"compatibilityFailures": 2
}
}
},
{
"timestamp": "2026-06-05T00:00:00.000Z",
"agents": {
"unstable-agent": {
"status": "unsupported",
"compatibilityStatus": "unsupported",
"certificationStatus": "not_ready",
"baselineVersion": "unknown",
"releaseHistory": [
{"result": "failed", "timestamp": "2026-06-05T00:00:00.000Z"},
{"result": "failed", "timestamp": "2026-06-04T00:00:00.000Z"},
{"result": "failed", "timestamp": "2026-06-03T00:00:00.000Z"}
],
"rollbacks": 4,
"compatibilityFailures": 3
}
}
}
]
}