iiRecord
Agentic AI Atlas · Graph metadata round-trip
claim:graph-metadata-survives-roundtripa5c.ai
II.
TestableClaim JSON

claim:graph-metadata-survives-roundtrip

Structured · live

Graph metadata round-trip json

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

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