II.
TestableClaim JSON
Structured · liveclaim:edge-weights-in-index
Edge weights in index json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "claim:edge-weights-in-index",
"_kind": "TestableClaim",
"_file": "domain/testable-claims/claims.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Edge weights in index",
"description": "Edge weight attributes appear in index.json edge objects — when edges\ncarry weight metadata, the indexer serializes those weights into the\nfinal index.json output for downstream consumers.\n",
"testStatus": "passing",
"testType": "unit",
"category": "integration",
"priority": "low",
"testCommand": "node -e \"const i=JSON.parse(require('fs').readFileSync('packages/atlas/src/index.json','utf8'));process.exit(i.edges.some(e=>e.attributes&&e.attributes.weight)?0:1)\""
},
"outgoingEdges": [
{
"from": "claim:edge-weights-in-index",
"to": "domain:software-engineering",
"kind": "asserts_about"
}
],
"incomingEdges": [
{
"from": "experiment:edge-validity-regression",
"to": "claim:edge-weights-in-index",
"kind": "tests_claim"
}
]
}