II.
Experiment overview
Reference · liveexperiment:atlas-build-regression
Atlas Build Regression overview
Experiment validating that the atlas build pipeline produces zero parse errors. Runs the full npm run build in packages/atlas and checks that index.json reports stats.parseErrors === 0. A non-zero parse error count would indicate YAML syntax errors or schema violations introduced by recent graph edits.
Attributes
displayName
Atlas Build Regression
description
Experiment validating that the atlas build pipeline produces zero parse
errors. Runs the full npm run build in packages/atlas and checks that
index.json reports stats.parseErrors === 0. A non-zero parse error count
would indicate YAML syntax errors or schema violations introduced by
recent graph edits.
status
completed
result
validated
startedAt
2026-05-08
completedAt
2026-05-10
evidence
Build completed successfully. stats.parseErrors = 0 confirmed via:
node -e "const i=JSON.parse(require('fs').readFileSync('packages/atlas/src/index.json','utf8'));process.exit(i.stats.parseErrors===0?0:1)"
Exit code: 0 (passing). Total records: 14367, total edges: 71232.
Outgoing edges
tests_claim1
- claim:atlas-indexer-all-yaml·TestableClaimAtlas indexer discovers all YAML
Incoming edges
None.