iiRecord
Agentic AI Atlas · Krate PR-as-Artifact
orch-primitive:krate-pr-as-artifacta5c.ai
II.
OrchestrationPrimitive JSON

orch-primitive:krate-pr-as-artifact

Structured · live

Krate PR-as-Artifact json

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

File · agent-stack/interaction-primitives/krate-orchestration.yamlCluster · agent-stack
Record JSON
{
  "id": "orch-primitive:krate-pr-as-artifact",
  "_kind": "OrchestrationPrimitive",
  "_file": "agent-stack/interaction-primitives/krate-orchestration.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Krate PR-as-Artifact",
    "description": "Agent work products surface as pull requests. When an agent\ncompletes its dispatch run, the workspace diff is automatically\npackaged as a PR with CI pipeline, review gates, and branch\nprotection checks — the same workflow as human-authored PRs.\n",
    "kind": "task-lifecycle",
    "trigger": "on-state-change"
  },
  "outgoingEdges": [
    {
      "from": "orch-primitive:krate-pr-as-artifact",
      "to": "layer:10-interaction",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "orch-primitive:krate-pr-as-artifact",
      "to": "orch-primitive:krate-approval-gate",
      "kind": "orch_triggers",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "platform:krate",
      "to": "orch-primitive:krate-pr-as-artifact",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    }
  ]
}