iiRecord
Agentic AI Atlas · OpenClaw is composed of TypeScript and Rust
claim:openclaw-uses-typescript-and-rusta5c.ai
II.
TestableClaim JSON

claim:openclaw-uses-typescript-and-rust

Structured · live

OpenClaw is composed of TypeScript and Rust json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/testable-claims/product-claims.yamlCluster · domain
Record JSON
{
  "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": []
}