iiRecord
Agentic AI Atlas · TSC runtime JSON loading
claim:tsc-runtime-json-loadinga5c.ai
II.
TestableClaim JSON

claim:tsc-runtime-json-loading

Structured · live

TSC runtime JSON loading json

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

File · domain/testable-claims/claims.yamlCluster · domain
Record JSON
{
  "id": "claim:tsc-runtime-json-loading",
  "_kind": "TestableClaim",
  "_file": "domain/testable-claims/claims.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "TSC runtime JSON loading",
    "description": "TypeScript build succeeds with runtime fs.readFileSync for large JSON\nfiles — the atlas package uses fs.readFileSync to load index.json at\nruntime rather than importing it, avoiding TypeScript compiler memory\nissues with large JSON modules.\n",
    "testStatus": "passing",
    "testType": "smoke",
    "category": "compatibility",
    "priority": "medium",
    "testCommand": "node -e \"require('./packages/atlas/dist/index.js');console.log('OK')\""
  },
  "outgoingEdges": [
    {
      "from": "claim:tsc-runtime-json-loading",
      "to": "domain:software-engineering",
      "kind": "asserts_about"
    }
  ],
  "incomingEdges": [
    {
      "from": "experiment:tsc-json-loading",
      "to": "claim:tsc-runtime-json-loading",
      "kind": "tests_claim"
    }
  ]
}