iiRecord
Agentic AI Atlas · Edge weights in index
claim:edge-weights-in-indexa5c.ai
II.
TestableClaim JSON

claim:edge-weights-in-index

Structured · live

Edge weights in index json

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

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