🎉 init: 小龙的工作空间
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"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"}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"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"}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"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"}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"description": "Expected output for multi-agent dashboard with mixed risk",
|
||||
"dashboard": [
|
||||
{
|
||||
"agentId": "claw-prod",
|
||||
"agentType": "claw",
|
||||
"displayName": "Claw Production",
|
||||
"status": "active",
|
||||
"baselineVersion": "v4",
|
||||
"compatibilityStatus": "supported",
|
||||
"certificationStatus": "production_ready",
|
||||
"lastReleaseResult": "success",
|
||||
"riskLevel": "low"
|
||||
},
|
||||
{
|
||||
"agentId": "mock-staging",
|
||||
"agentType": "mock",
|
||||
"displayName": "Mock Staging",
|
||||
"status": "active",
|
||||
"baselineVersion": "v1",
|
||||
"compatibilityStatus": "compatible_with_warnings",
|
||||
"certificationStatus": "conditionally_ready",
|
||||
"lastReleaseResult": "success",
|
||||
"riskLevel": "medium"
|
||||
},
|
||||
{
|
||||
"agentId": "old-claw-beta",
|
||||
"agentType": "claw",
|
||||
"displayName": "Old Claw Beta",
|
||||
"status": "unsupported",
|
||||
"baselineVersion": "v1",
|
||||
"compatibilityStatus": "unsupported",
|
||||
"certificationStatus": "not_ready",
|
||||
"lastReleaseResult": "failed",
|
||||
"riskLevel": "high"
|
||||
},
|
||||
{
|
||||
"agentId": "unknown-sdk-v1",
|
||||
"agentType": "unknown",
|
||||
"displayName": "Unknown SDK Agent",
|
||||
"status": "unsupported",
|
||||
"baselineVersion": "unknown",
|
||||
"compatibilityStatus": "unsupported",
|
||||
"certificationStatus": "unknown",
|
||||
"lastReleaseResult": "unknown",
|
||||
"riskLevel": "high"
|
||||
}
|
||||
],
|
||||
"summary": {
|
||||
"totalAgents": 4,
|
||||
"activeAgents": 2,
|
||||
"productionReadyAgents": 1,
|
||||
"unsupportedAgents": 2,
|
||||
"highRiskAgents": 2,
|
||||
"unknownRiskAgents": 0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"description": "Single unsupported agent — must be high risk",
|
||||
"registry": {
|
||||
"schemaVersion": "1.0",
|
||||
"agents": [
|
||||
{
|
||||
"agentId": "unsupported-legacy",
|
||||
"agentType": "unknown",
|
||||
"displayName": "Unsupported Legacy Agent",
|
||||
"status": "unsupported",
|
||||
"owner": "external-team",
|
||||
"workspacePath": "legacy-data/",
|
||||
"adapter": "none",
|
||||
"baselineVersion": "unknown",
|
||||
"compatibilityStatus": "unsupported",
|
||||
"lastCertifiedAt": "2025-01-01T00:00:00.000Z"
|
||||
}
|
||||
]
|
||||
},
|
||||
"releaseHistory": [
|
||||
{"releaseId":"rel-001","agentId":"unsupported-legacy","result":"failed","gateDecision":"closed","compatibilityStatus":"unsupported","timestamp":"2025-01-01T00:00:00.000Z"}
|
||||
],
|
||||
"certifications": {
|
||||
"unsupported-legacy": {"status":"not_ready","governanceGrade":"F","governanceScore":10,"riskLevel":"high","certifiedAt":"2025-01-01T00:00:00.000Z","baselineVersion":"unknown"}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user