II.
OrchestrationPrimitive JSON
Structured · liveorch-primitive:kradle-workspace-provision
Kradle Workspace Provision json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "orch-primitive:kradle-workspace-provision",
"_kind": "OrchestrationPrimitive",
"_file": "agent-stack/interaction-primitives/kradle-orchestration.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Kradle Workspace Provision",
"description": "Provision an isolated Git worktree for agent work. Creates a\ndedicated branch, clones the repo state, applies workspace\npolicy (file access, branch naming, cleanup rules), and\nmanages the worktree lifecycle through the dispatch run.\n",
"kind": "workspace-lifecycle",
"trigger": "on-state-change"
},
"outgoingEdges": [
{
"from": "orch-primitive:kradle-workspace-provision",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "orch-primitive:kradle-agent-dispatch",
"to": "orch-primitive:kradle-workspace-provision",
"kind": "orch_triggers",
"attributes": {}
},
{
"from": "platform:kradle",
"to": "orch-primitive:kradle-workspace-provision",
"kind": "supports_orchestration_primitive",
"attributes": {}
}
]
}