iiRecord
Agentic AI Atlas · Process ESM loading
claim:process-esm-loadinga5c.ai
II.
TestableClaim JSON

claim:process-esm-loading

Structured · live

Process ESM loading json

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

File · domain/testable-claims/claims.yamlCluster · domain
Record JSON
{
  "id": "claim:process-esm-loading",
  "_kind": "TestableClaim",
  "_file": "domain/testable-claims/claims.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Process ESM loading",
    "description": "Process .js files load as ESM with named export process() — the\nruntime imports process files using dynamic import() and expects a\nnamed export called process that is an async generator function.\n",
    "testStatus": "passing",
    "testType": "unit",
    "testCommand": "node -e \"process.exit(require('fs').readFileSync('packages/sdk/src/tasks/defineTask.ts','utf8').includes('defineTask')?0:1)\"",
    "category": "behavior",
    "priority": "high"
  },
  "outgoingEdges": [
    {
      "from": "claim:process-esm-loading",
      "to": "domain:software-engineering",
      "kind": "asserts_about"
    }
  ],
  "incomingEdges": [
    {
      "from": "experiment:orchestrator-behavior-claims",
      "to": "claim:process-esm-loading",
      "kind": "tests_claim"
    }
  ]
}