II.
TestableClaim overview
Reference · liveclaim:run-completion-emits-proof
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.
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
- domain:software-engineering·DomainSoftware Engineering
Incoming edges
tests_claim1
- experiment:sdk-lifecycle-claims·ExperimentSDK Lifecycle Claims Validation