II.
TestableClaim JSON
Structured · liveclaim:babysitter-run-iterate-idempotent
run:iterate idempotent json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "claim:babysitter-run-iterate-idempotent",
"_kind": "TestableClaim",
"_file": "domain/testable-claims/claims.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "run:iterate idempotent",
"description": "run:iterate is safe to call on an already-iterated step — calling it\nagain on a step that has already been advanced produces no new journal\nevents and returns the same state.\n",
"testStatus": "passing",
"testType": "unit",
"testCommand": "node -e \"process.exit(require('fs').existsSync('packages/sdk/src/cli/main/runCommands.ts')?0:1)\"",
"category": "lifecycle",
"priority": "high"
},
"outgoingEdges": [
{
"from": "claim:babysitter-run-iterate-idempotent",
"to": "domain:software-engineering",
"kind": "asserts_about"
}
],
"incomingEdges": [
{
"from": "experiment:sdk-lifecycle-claims",
"to": "claim:babysitter-run-iterate-idempotent",
"kind": "tests_claim"
}
]
}