iiRecord
Agentic AI Atlas · Atlas Build Regression
experiment:atlas-build-regressiona5c.ai
II.
Experiment overview

experiment:atlas-build-regression

Reference · live

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.

ExperimentOutgoing · 1Incoming · 0

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

Incoming edges

None.