II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:symphony-workspace-create
Symphony Workspace Create json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:symphony-workspace-create",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/symphony-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Symphony Workspace Create",
"description": "Per-issue workspace creation primitive. When Symphony picks up a new\nissue, it creates an isolated workspace directory with a dedicated\ngit worktree, clones the repository state, and prepares the environment\nfor the coding agent session. Workspace directories persist across\nrestarts for recovery.\n",
"kind": "automation",
"surface": "headless",
"category": "interaction-primitive-category:lifecycle",
"availableInModes": [
"headless"
],
"requiresPermission": false
},
"outgoingEdges": [
{
"from": "interaction-primitive:symphony-workspace-create",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-ui-impl:symphony.ui@current",
"to": "interaction-primitive:symphony-workspace-create",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "cli-daemon"
}
}
}
]
}