Files
16gagent/test/fixtures/multi-agent-dashboard/missing-data-dashboard-input.json
T
2026-06-06 10:40:48 +08:00

39 lines
1.3 KiB
JSON

{
"description": "Key data missing — certification and release history absent",
"registry": {
"schemaVersion": "1.0",
"agents": [
{
"agentId": "claw-prod",
"agentType": "claw",
"displayName": "Claw Production",
"status": "active",
"owner": "team-memory",
"workspacePath": "memory/",
"adapter": "claw",
"baselineVersion": "v4",
"compatibilityStatus": "supported",
"lastCertifiedAt": "2026-06-04T00:00:00.000Z"
},
{
"agentId": "new-agent",
"agentType": "mock",
"displayName": "New Uncertified Agent",
"status": "active",
"owner": "dev-team",
"workspacePath": "test/fixtures/agent-adapters/mock-agent",
"adapter": "mock",
"baselineVersion": "",
"compatibilityStatus": "unknown",
"lastCertifiedAt": ""
}
]
},
"releaseHistory": [
{"releaseId":"rel-001","agentId":"claw-prod","result":"success","gateDecision":"open","compatibilityStatus":"supported","timestamp":"2026-06-04T00:00:00.000Z"}
],
"certifications": {
"claw-prod": {"status":"production_ready","governanceGrade":"A","governanceScore":100,"riskLevel":"low","certifiedAt":"2026-06-04T00:00:00.000Z","baselineVersion":"v4"}
}
}