68 lines
2.9 KiB
JSON
68 lines
2.9 KiB
JSON
{
|
|
"description": "Mixed risk: low, medium, high, unknown agents",
|
|
"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-staging",
|
|
"agentType": "mock",
|
|
"displayName": "Mock Staging",
|
|
"status": "active",
|
|
"owner": "dev-team",
|
|
"workspacePath": "test/fixtures/agent-adapters/mock-agent",
|
|
"adapter": "mock",
|
|
"baselineVersion": "v1",
|
|
"compatibilityStatus": "compatible_with_warnings",
|
|
"lastCertifiedAt": "2026-06-01T00:00:00.000Z"
|
|
},
|
|
{
|
|
"agentId": "old-claw-beta",
|
|
"agentType": "claw",
|
|
"displayName": "Old Claw Beta",
|
|
"status": "unsupported",
|
|
"owner": "team-memory",
|
|
"workspacePath": "legacy-memory/",
|
|
"adapter": "claw",
|
|
"baselineVersion": "v1",
|
|
"compatibilityStatus": "unsupported",
|
|
"lastCertifiedAt": "2025-06-01T00:00:00.000Z"
|
|
},
|
|
{
|
|
"agentId": "unknown-sdk-v1",
|
|
"agentType": "unknown",
|
|
"displayName": "Unknown SDK Agent",
|
|
"status": "unsupported",
|
|
"owner": "external-team",
|
|
"workspacePath": "legacy-data/",
|
|
"adapter": "none",
|
|
"baselineVersion": "unknown",
|
|
"compatibilityStatus": "unsupported",
|
|
"lastCertifiedAt": "2025-12-01T00: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-staging","result":"success","gateDecision":"warn","compatibilityStatus":"compatible_with_warnings","timestamp":"2026-06-02T00:00:00.000Z"},
|
|
{"releaseId":"rel-004","agentId":"old-claw-beta","result":"failed","gateDecision":"closed","compatibilityStatus":"unsupported","timestamp":"2025-06-01T00: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-staging": {"status":"conditionally_ready","governanceGrade":"B","governanceScore":75,"riskLevel":"medium","certifiedAt":"2026-06-01T00:00:00.000Z","baselineVersion":"v1"},
|
|
"old-claw-beta": {"status":"not_ready","governanceGrade":"F","governanceScore":20,"riskLevel":"high","certifiedAt":"2025-06-01T00:00:00.000Z","baselineVersion":"v1"}
|
|
}
|
|
}
|