iiRecord
Agentic AI Atlas · Run completion emits proof
claim:run-completion-emits-proofa5c.ai
II.
TestableClaim overview

claim:run-completion-emits-proof

Reference · live

Run completion emits proof overview

Completed runs emit a completionProof in run:iterate output — when a run reaches terminal state, the iterate response includes a completionProof field that can be verified by the orchestrator.

TestableClaimOutgoing · 1Incoming · 1

Attributes

displayName
Run completion emits proof
description
Completed runs emit a completionProof in run:iterate output — when a run reaches terminal state, the iterate response includes a completionProof field that can be verified by the orchestrator.
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

Outgoing edges

asserts_about1

Incoming edges

tests_claim1