iiRecord
Agentic AI Atlas · Add token-budget guardrail to symphony agent
pull-request:acme-app-1234a5c.ai
II.
PullRequest JSON

pull-request:acme-app-1234

Structured · live

Add token-budget guardrail to symphony agent json

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

File · extensions/vcs/pull-requests-example.yamlCluster · extensions
Record JSON
{
  "id": "pull-request:acme-app-1234",
  "_kind": "PullRequest",
  "_file": "extensions/vcs/pull-requests-example.yaml",
  "_cluster": "extensions",
  "attributes": {
    "number": 1234,
    "title": "Add token-budget guardrail to symphony agent",
    "state": "open",
    "sourceBranch": "feat/token-budget-guardrail",
    "targetBranch": "main",
    "openedAt": "2026-04-28T09:14:00Z",
    "vcsHostId": "vcs-host:github",
    "url": "https://github.com/acme/app/pull/1234"
  },
  "outgoingEdges": [
    {
      "from": "pull-request:acme-app-1234",
      "to": "vcs-host:github",
      "kind": "hosted_on_vcs",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "ci-workflow:gh-actions-test",
      "to": "pull-request:acme-app-1234",
      "kind": "validates_pull_request",
      "attributes": {}
    },
    {
      "from": "code-review:acme-app-1234-r1",
      "to": "pull-request:acme-app-1234",
      "kind": "reviews",
      "attributes": {}
    },
    {
      "from": "code-review:acme-app-1234-r2",
      "to": "pull-request:acme-app-1234",
      "kind": "reviews",
      "attributes": {}
    }
  ]
}