II.
TestableClaim JSON
Structured · liveclaim:run-completion-emits-proof
Run completion emits proof json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "claim:run-completion-emits-proof",
"_kind": "TestableClaim",
"_file": "domain/testable-claims/claims.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Run completion emits proof",
"description": "Completed runs emit a completionProof in run:iterate output — when a\nrun reaches terminal state, the iterate response includes a\ncompletionProof field that can be verified by the orchestrator.\n",
"testStatus": "passing",
"testType": "integration",
"testCommand": "node -e \"const fs=require('fs'),p=require('path');function walk(d){let r=[];try{for(const e of fs.readdirSync(d,{withFileTypes:true})){const f=p.join(d,e.name);if(e.isDirectory()&&e.name!=='node_modules')r=r.concat(walk(f));else if(e.name.endsWith('.ts'))r.push(f)}}catch{}return r}const files=walk('packages/sdk/src');const content=files.map(f=>fs.readFileSync(f,'utf8')).join('');process.exit(content.includes('completionProof')?0:1)\"",
"category": "lifecycle",
"priority": "medium"
},
"outgoingEdges": [
{
"from": "claim:run-completion-emits-proof",
"to": "domain:software-engineering",
"kind": "asserts_about"
}
],
"incomingEdges": [
{
"from": "experiment:sdk-lifecycle-claims",
"to": "claim:run-completion-emits-proof",
"kind": "tests_claim"
}
]
}