II.
TestableClaim JSON
Structured · liveclaim:babysitter-has-breakpoints
Babysitter supports breakpoint approval json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "claim:babysitter-has-breakpoints",
"_kind": "TestableClaim",
"_file": "domain/testable-claims/product-claims.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Babysitter supports breakpoint approval",
"description": "Babysitter (agent:babysitter) defines automation rules including\ndefines_automation_rule edges, confirming its orchestration model\nincludes approval/breakpoint primitives for human-in-the-loop\nworkflows.\n",
"testStatus": "passing",
"testType": "unit",
"testCommand": "node -e \"const i=JSON.parse(require('fs').readFileSync('packages/atlas/src/index.json','utf8'));const edges=i.edges.filter(e=>e.from==='agent:babysitter'&&e.kind==='defines_automation_rule');process.exit(edges.length>=2?0:1)\"",
"category": "graph-integrity",
"priority": "high"
},
"outgoingEdges": [
{
"from": "claim:babysitter-has-breakpoints",
"to": "agent:babysitter",
"kind": "asserts_about"
}
],
"incomingEdges": []
}