II.
TestableClaim JSON
Structured · liveclaim:kradle-integrates-with-adapters
Kradle integrates with Agent Adapter json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "claim:kradle-integrates-with-adapters",
"_kind": "TestableClaim",
"_file": "domain/products/kradle-components.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Kradle integrates with Agent Adapter",
"description": "Verifies that platform:kradle has an integrates_with edge pointing\nto agent:adapters, confirming the agent dispatch integration\npath is modeled in the graph.\n",
"testStatus": "untested",
"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.from==='platform:kradle'&&e.kind==='integrates_with'&&e.to==='agent:adapters')?0:1)\"",
"category": "graph-integrity",
"priority": "high"
},
"outgoingEdges": [
{
"from": "claim:kradle-integrates-with-adapters",
"to": "platform:kradle",
"kind": "asserts_about"
}
],
"incomingEdges": []
}