II.
TestableClaim JSON
Structured · liveclaim:breakpoint-rejection-ok-status
Breakpoint rejection uses ok status json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "claim:breakpoint-rejection-ok-status",
"_kind": "TestableClaim",
"_file": "domain/testable-claims/claims.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Breakpoint rejection uses ok status",
"description": "Breakpoint rejections must use --status ok not --status error — when\na user rejects a breakpoint prompt, the orchestrator posts the\nrejection with status ok (not error), because rejection is a valid\nuser decision, not a failure.\n",
"testStatus": "passing",
"testType": "unit",
"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/babysitter-sdk/src');const content=files.map(f=>fs.readFileSync(f,'utf8')).join('');process.exit(content.match(/approved.*false/)?0:1)\"",
"category": "behavior",
"priority": "high"
},
"outgoingEdges": [
{
"from": "claim:breakpoint-rejection-ok-status",
"to": "domain:software-engineering",
"kind": "asserts_about"
}
],
"incomingEdges": [
{
"from": "experiment:orchestrator-behavior-claims",
"to": "claim:breakpoint-rejection-ok-status",
"kind": "tests_claim"
}
]
}