iiRecord
Agentic AI Atlas · code-review:acme-app-1234-r1
code-review:acme-app-1234-r1a5c.ai
II.
CodeReview JSON

code-review:acme-app-1234-r1

Structured · live

code-review:acme-app-1234-r1 json

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

File · extensions/vcs/code-reviews-example.yamlCluster · extensions
Record JSON
{
  "id": "code-review:acme-app-1234-r1",
  "_kind": "CodeReview",
  "_file": "extensions/vcs/code-reviews-example.yaml",
  "_cluster": "extensions",
  "attributes": {
    "pullRequestId": "pull-request:acme-app-1234",
    "verdict": "changes-requested",
    "reviewedAt": "2026-04-29T15:20:00Z",
    "body": "Looks great overall. Please add a unit test for the early-abort path and\ndocument the new BudgetPolicy attribute in the README.\n"
  },
  "outgoingEdges": [
    {
      "from": "code-review:acme-app-1234-r1",
      "to": "pull-request:acme-app-1234",
      "kind": "reviews",
      "attributes": {}
    },
    {
      "from": "code-review:acme-app-1234-r1",
      "to": "role:tech-lead",
      "kind": "submitted_by",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}