II.
Experiment JSON
Structured · liveexperiment:tsc-json-loading
TSC Runtime JSON Loading Verification json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "experiment:tsc-json-loading",
"_kind": "Experiment",
"_file": "domain/testable-claims/experiments.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "TSC Runtime JSON Loading Verification",
"description": "Verifies that the atlas package loads index.json via fs.readFileSync at\nruntime rather than TypeScript import, avoiding compiler memory issues\nwith large JSON modules.\n",
"status": "completed",
"result": "validated",
"startedAt": "2026-05-10",
"completedAt": "2026-05-10",
"evidence": "require('./packages/atlas/dist/index.js') succeeds without error.\nThe module loads the 14000+ record index.json via fs.readFileSync at\nruntime. Test command exits 0 and prints 'OK'.\n"
},
"outgoingEdges": [
{
"from": "experiment:tsc-json-loading",
"to": "claim:tsc-runtime-json-loading",
"kind": "tests_claim"
}
],
"incomingEdges": []
}