II.
TestableClaim JSON
Structured · liveclaim:openclaw-uses-typescript-and-rust
OpenClaw is composed of TypeScript and Rust json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "claim:openclaw-uses-typescript-and-rust",
"_kind": "TestableClaim",
"_file": "domain/testable-claims/product-claims.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "OpenClaw is composed of TypeScript and Rust",
"description": "OpenClaw (agent:openclaw) has composed_of edges to both\nlanguage:typescript and language:rust, confirming the dual-language\nimplementation is tracked in the graph.\n",
"testStatus": "passing",
"testType": "unit",
"testCommand": "node -e \"const i=JSON.parse(require('fs').readFileSync('packages/atlas/src/index.json','utf8'));const ts=i.edges.some(e=>e.from==='agent:openclaw'&&e.kind==='composed_of'&&e.to==='language:typescript');const rs=i.edges.some(e=>e.from==='agent:openclaw'&&e.kind==='composed_of'&&e.to==='language:rust');process.exit(ts&&rs?0:1)\"",
"category": "graph-integrity",
"priority": "medium"
},
"outgoingEdges": [
{
"from": "claim:openclaw-uses-typescript-and-rust",
"to": "agent:openclaw",
"kind": "asserts_about"
}
],
"incomingEdges": []
}