II.
TestableClaim JSON
Structured · liveclaim:graph-metadata-survives-roundtrip
Graph metadata round-trip json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "claim:graph-metadata-survives-roundtrip",
"_kind": "TestableClaim",
"_file": "domain/testable-claims/claims.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Graph metadata round-trip",
"description": "Graph @graph metadata in JSDoc survives generator-to-YAML-to-indexer\nround-trip — annotations written as @graph tags in source JSDoc are\npreserved through the generate-library-nodes and build:index pipeline.\n",
"testStatus": "passing",
"testType": "e2e",
"testCommand": "node -e \"const i=JSON.parse(require('fs').readFileSync('packages/atlas/src/index.json','utf8')); const p=Object.keys(i.records).filter(k=>k.startsWith('lib-process:')); process.exit(p.length>100?0:1)\"",
"category": "api-contract",
"priority": "medium"
},
"outgoingEdges": [
{
"from": "claim:graph-metadata-survives-roundtrip",
"to": "domain:software-engineering",
"kind": "asserts_about"
}
],
"incomingEdges": [
{
"from": "experiment:library-coverage-test",
"to": "claim:graph-metadata-survives-roundtrip",
"kind": "tests_claim"
}
]
}