II.
Experiment JSON
Structured · liveexperiment:orchestrator-behavior-claims
Orchestrator Behavior Claims Validation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "experiment:orchestrator-behavior-claims",
"_kind": "Experiment",
"_file": "domain/testable-claims/experiments.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Orchestrator Behavior Claims Validation",
"description": "Validates orchestrator behavior claims: breakpoint rejection uses ok status\n(not error), no-hooks fallback to in-turn loop, and process ESM loading\nwith named export.\n",
"status": "completed",
"result": "validated",
"startedAt": "2026-05-10",
"completedAt": "2026-05-10",
"evidence": "All three test commands exit 0:\n- approved.*false pattern found (breakpoint rejection ok status)\n- no.hooks|hookStatus pattern found (no hooks in turn loop)\n- defineTask present in source (process ESM loading)\nVerified against packages/sdk/src on Windows 11.\n"
},
"outgoingEdges": [
{
"from": "experiment:orchestrator-behavior-claims",
"to": "claim:breakpoint-rejection-ok-status",
"kind": "tests_claim"
},
{
"from": "experiment:orchestrator-behavior-claims",
"to": "claim:no-hooks-in-turn-loop",
"kind": "tests_claim"
},
{
"from": "experiment:orchestrator-behavior-claims",
"to": "claim:process-esm-loading",
"kind": "tests_claim"
}
],
"incomingEdges": []
}