II.
TestableClaim JSON
Structured · liveclaim:process-esm-loading
Process ESM loading json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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"
}
]
}