iiRecord
Agentic AI Atlas · Symphony WORKFLOW.md Policy
interaction-primitive:symphony-workflow-mda5c.ai
II.
InteractionPrimitive JSON

interaction-primitive:symphony-workflow-md

Structured · live

Symphony WORKFLOW.md Policy 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-workflow-md",
  "_kind": "InteractionPrimitive",
  "_file": "agent-stack/interaction-primitives/symphony-primitives.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Symphony WORKFLOW.md Policy",
    "description": "WORKFLOW.md policy loading primitive. Symphony reads a WORKFLOW.md\nfile from the target repository to configure agent behavior — coding\nstandards, testing requirements, PR conventions, and review policies.\nThis file-driven configuration allows per-repo customization of how\nagents approach development work without modifying Symphony itself.\n",
    "kind": "automation",
    "surface": "headless",
    "category": "interaction-primitive-category:configuration",
    "availableInModes": [
      "headless"
    ],
    "requiresPermission": false
  },
  "outgoingEdges": [
    {
      "from": "interaction-primitive:symphony-workflow-md",
      "to": "layer:10-interaction",
      "kind": "realizes",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-ui-impl:symphony.ui@current",
      "to": "interaction-primitive:symphony-workflow-md",
      "kind": "supports_interaction_primitive",
      "attributes": {
        "attributes": {
          "mechanism": "config-file"
        }
      }
    }
  ]
}