iiRecord
Agentic AI Atlas · Symphony Workspace Create
interaction-primitive:symphony-workspace-createa5c.ai
II.
InteractionPrimitive JSON

interaction-primitive:symphony-workspace-create

Structured · live

Symphony Workspace Create json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · agent-stack/interaction-primitives/symphony-primitives.yamlCluster · agent-stack
Record JSON
{
  "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"
        }
      }
    }
  ]
}