II.
Experiment JSON
Structured · liveexperiment:atlas-build-regression
Atlas Build Regression json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "experiment:atlas-build-regression",
"_kind": "Experiment",
"_file": "domain/testable-claims/experiments.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Atlas Build Regression",
"description": "Experiment validating that the atlas build pipeline produces zero parse\nerrors. Runs the full npm run build in packages/atlas and checks that\nindex.json reports stats.parseErrors === 0. A non-zero parse error count\nwould indicate YAML syntax errors or schema violations introduced by\nrecent graph edits.\n",
"status": "completed",
"result": "validated",
"startedAt": "2026-05-08",
"completedAt": "2026-05-10",
"evidence": "Build completed successfully. stats.parseErrors = 0 confirmed via:\nnode -e \"const i=JSON.parse(require('fs').readFileSync('packages/atlas/src/index.json','utf8'));process.exit(i.stats.parseErrors===0?0:1)\"\nExit code: 0 (passing). Total records: 14367, total edges: 71232.\n"
},
"outgoingEdges": [
{
"from": "experiment:atlas-build-regression",
"to": "claim:atlas-indexer-all-yaml",
"kind": "tests_claim"
}
],
"incomingEdges": []
}