II.
TestableClaim JSON
Structured · liveclaim:nanny-is-minimal-orchestrator
Nanny provides minimal orchestration structure json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "claim:nanny-is-minimal-orchestrator",
"_kind": "TestableClaim",
"_file": "domain/testable-claims/product-claims.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Nanny provides minimal orchestration structure",
"description": "Nanny (agent:nanny) description confirms it provides minimal\norchestration structure with task queuing, retry logic, and\nstatus tracking, while giving maximum autonomy to the agent.\n",
"testStatus": "passing",
"testType": "unit",
"testCommand": "node -e \"const i=JSON.parse(require('fs').readFileSync('packages/atlas/src/index.json','utf8'));const r=i.records['agent:nanny'];process.exit(r&&String(r.description||'').includes('task queuing')?0:1)\"",
"category": "graph-integrity",
"priority": "medium"
},
"outgoingEdges": [
{
"from": "claim:nanny-is-minimal-orchestrator",
"to": "agent:nanny",
"kind": "asserts_about"
}
],
"incomingEdges": []
}