II.
Experiment JSON
Structured · liveexperiment:docker-library-copy
Docker Build Library Copy Verification json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "experiment:docker-library-copy",
"_kind": "Experiment",
"_file": "domain/testable-claims/experiments.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Docker Build Library Copy Verification",
"description": "Verifies the Dockerfile COPY instruction includes library/ so\ngenerate-library-nodes.mjs can read library source during container builds.\n",
"status": "completed",
"result": "validated",
"startedAt": "2026-05-10",
"completedAt": "2026-05-10",
"evidence": "Confirmed packages/atlas/webui/Dockerfile contains 'COPY library'\ninstruction. Test command exits 0. The library directory is available\nto the generator during Docker builds.\n"
},
"outgoingEdges": [
{
"from": "experiment:docker-library-copy",
"to": "claim:docker-build-copies-library",
"kind": "tests_claim"
}
],
"incomingEdges": []
}