II.
TestableClaim JSON
Structured · liveclaim:aider-has-plugin-target
Aider has plugin target json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "claim:aider-has-plugin-target",
"_kind": "TestableClaim",
"_file": "domain/testable-claims/product-claims.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Aider has plugin target",
"description": "Aider (agent:aider) has a plugin-target:aider node connected\nvia hosted_by edge, indicating the product supports plugin\nextensibility in the graph model.\n",
"testStatus": "passing",
"testType": "unit",
"testCommand": "node -e \"const i=JSON.parse(require('fs').readFileSync('packages/atlas/src/index.json','utf8'));process.exit(i.edges.some(e=>e.kind==='hosted_by'&&e.from==='plugin-target:aider'&&e.to==='agent:aider')?0:1)\"",
"category": "graph-integrity",
"priority": "medium"
},
"outgoingEdges": [
{
"from": "claim:aider-has-plugin-target",
"to": "agent:aider",
"kind": "asserts_about"
}
],
"incomingEdges": []
}