II.
TestableClaim JSON
Structured · liveclaim:docker-build-copies-library
Docker build copies library json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "claim:docker-build-copies-library",
"_kind": "TestableClaim",
"_file": "domain/testable-claims/claims.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Docker build copies library",
"description": "Docker build COPY library step makes library available to generator —\nthe Dockerfile COPY instruction includes the library/ directory so\nthat generate-library-nodes.mjs can read it during container builds.\n",
"testStatus": "passing",
"testType": "smoke",
"testCommand": "node -e \"process.exit(require('fs').readFileSync('packages/atlas/webui/Dockerfile','utf8').includes('COPY library')?0:1)\"",
"category": "integration",
"priority": "medium"
},
"outgoingEdges": [
{
"from": "claim:docker-build-copies-library",
"to": "tool:docker",
"kind": "asserts_about"
}
],
"incomingEdges": [
{
"from": "experiment:docker-library-copy",
"to": "claim:docker-build-copies-library",
"kind": "tests_claim"
}
]
}