42 lines
1.8 KiB
JSON
42 lines
1.8 KiB
JSON
{
|
|
"description": "All agents healthy — every agent is low risk",
|
|
"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": "mock-dev",
|
|
"agentType": "mock",
|
|
"displayName": "Mock Development",
|
|
"status": "active",
|
|
"owner": "dev-team",
|
|
"workspacePath": "test/fixtures/agent-adapters/mock-agent",
|
|
"adapter": "mock",
|
|
"baselineVersion": "v1",
|
|
"compatibilityStatus": "supported",
|
|
"lastCertifiedAt": "2026-06-03T00:00:00.000Z"
|
|
}
|
|
]
|
|
},
|
|
"releaseHistory": [
|
|
{"releaseId":"rel-001","agentId":"claw-prod","result":"success","gateDecision":"open","compatibilityStatus":"supported","timestamp":"2026-06-04T00:00:00.000Z"},
|
|
{"releaseId":"rel-002","agentId":"claw-prod","result":"success","gateDecision":"open","compatibilityStatus":"supported","timestamp":"2026-06-03T00:00:00.000Z"},
|
|
{"releaseId":"rel-003","agentId":"mock-dev","result":"success","gateDecision":"open","compatibilityStatus":"supported","timestamp":"2026-06-02T00:00:00.000Z"}
|
|
],
|
|
"certifications": {
|
|
"claw-prod": {"status":"production_ready","governanceGrade":"A","governanceScore":100,"riskLevel":"medium","certifiedAt":"2026-06-04T00:00:00.000Z","baselineVersion":"v4"},
|
|
"mock-dev": {"status":"production_ready","governanceGrade":"A","governanceScore":95,"riskLevel":"low","certifiedAt":"2026-06-03T00:00:00.000Z","baselineVersion":"v1"}
|
|
}
|
|
}
|