II.
TestableClaim JSON
Structured · liveclaim:codex-sdk-distinct-from-codex-cli
Codex SDK is distinct from Codex CLI json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "claim:codex-sdk-distinct-from-codex-cli",
"_kind": "TestableClaim",
"_file": "domain/testable-claims/product-claims.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Codex SDK is distinct from Codex CLI",
"description": "Codex SDK (agent:codex-sdk) description explicitly states it is\ndistinct from Codex (the CLI), confirming these are separate\nproducts 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 r=i.records['agent:codex-sdk'];process.exit(r&&String(r.description||'').includes('Distinct from')?0:1)\"",
"category": "graph-integrity",
"priority": "medium"
},
"outgoingEdges": [
{
"from": "claim:codex-sdk-distinct-from-codex-cli",
"to": "agent:codex-sdk",
"kind": "asserts_about"
}
],
"incomingEdges": []
}