30 lines
757 B
JSON
30 lines
757 B
JSON
{
|
|
"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": "claw-prod",
|
|
"agentType": "mock",
|
|
"displayName": "Claw Production Duplicate",
|
|
"status": "active",
|
|
"owner": "team-memory",
|
|
"workspacePath": "memory/",
|
|
"adapter": "mock",
|
|
"baselineVersion": "v1",
|
|
"compatibilityStatus": "supported",
|
|
"lastCertifiedAt": "2026-06-01T00:00:00.000Z"
|
|
}
|
|
]
|
|
}
|