II.
TestableClaim JSON
Structured · liveclaim:krate-has-stack-impls
Krate version has composed_of edges json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "claim:krate-has-stack-impls",
"_kind": "TestableClaim",
"_file": "domain/products/krate-components.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Krate version has composed_of edges",
"description": "Verifies that platform:krate has composed_of edges\nin the graph through the StackProfile, confirming the technology\nstack is properly wired.\n",
"testStatus": "untested",
"testType": "unit",
"testCommand": "node -e \"const i=JSON.parse(require('fs').readFileSync('packages/atlas/src/index.json','utf8'));process.exit(i.records['stack-profile:krate-platform']&&i.edges.some(e=>e.from==='stack-profile:krate-platform'&&e.kind==='composed_of')?0:1)\"",
"category": "graph-integrity",
"priority": "high"
},
"outgoingEdges": [
{
"from": "claim:krate-has-stack-impls",
"to": "platform:krate",
"kind": "asserts_about"
},
{
"from": "claim:krate-has-stack-impls",
"to": "stack-profile:krate-platform",
"kind": "asserts_about"
}
],
"incomingEdges": []
}