II.
TestableClaim JSON
Structured · liveclaim:krate-ci-engine-modeled
Krate CI engine entities exist json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "claim:krate-ci-engine-modeled",
"_kind": "TestableClaim",
"_file": "domain/products/krate-components.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Krate CI engine entities exist",
"description": "Verifies that the CI-related definitions and tool server are\npresent in the graph — definition:krate-forge-model contains\nPipeline references and tool-server:krate-api exists.\n",
"testStatus": "untested",
"testType": "unit",
"testCommand": "node -e \"const i=JSON.parse(require('fs').readFileSync('packages/atlas/src/index.json','utf8'));const d=i.records['definition:krate-forge-model'];const t=i.records['tool-server:krate-api'];process.exit(d&&t?0:1)\"",
"category": "graph-integrity",
"priority": "high"
},
"outgoingEdges": [
{
"from": "claim:krate-ci-engine-modeled",
"to": "definition:krate-forge-model",
"kind": "asserts_about"
},
{
"from": "claim:krate-ci-engine-modeled",
"to": "tool-server:krate-api",
"kind": "asserts_about"
}
],
"incomingEdges": []
}