iiRecord
Agentic AI Atlas · Docker build copies library
claim:docker-build-copies-librarya5c.ai
II.
TestableClaim JSON

claim:docker-build-copies-library

Structured · live

Docker build copies library json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/testable-claims/claims.yamlCluster · domain
Record JSON
{
  "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"
    }
  ]
}