II.
TestableClaim JSON
Structured · liveclaim:tsc-runtime-json-loading
TSC runtime JSON loading json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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"
}
]
}