II.
Experiment JSON
Structured · liveexperiment:generator-missing-library
Generator Missing Library Behavior json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "experiment:generator-missing-library",
"_kind": "Experiment",
"_file": "domain/testable-claims/experiments.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Generator Missing Library Behavior",
"description": "Tests that generate-library-nodes.mjs produces valid empty output when\nthe library/ directory is absent. The generator should gracefully handle\na missing source directory rather than crashing.\n",
"status": "completed",
"result": "validated",
"startedAt": "2026-05-10",
"completedAt": "2026-05-10",
"evidence": "Reviewed generate-library-nodes.mjs source: the script checks for\nlibrary/ existence before scanning, and produces an empty node document\narray when the directory is missing. No crash or non-zero exit observed\nwhen tested against a clean workspace without library/.\n"
},
"outgoingEdges": [
{
"from": "experiment:generator-missing-library",
"to": "claim:generator-empty-on-missing-library",
"kind": "tests_claim"
}
],
"incomingEdges": []
}