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

code-review:acme-app-1234-r2

Structured · live

code-review:acme-app-1234-r2 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-r2",
  "_kind": "CodeReview",
  "_file": "extensions/vcs/code-reviews-example.yaml",
  "_cluster": "extensions",
  "attributes": {
    "pullRequestId": "pull-request:acme-app-1234",
    "verdict": "commented",
    "reviewedAt": "2026-04-29T09:45:00Z",
    "body": "Static-analysis findings: 0 critical, 2 minor (unused import, missing\ntype annotation).\n"
  },
  "outgoingEdges": [
    {
      "from": "code-review:acme-app-1234-r2",
      "to": "pull-request:acme-app-1234",
      "kind": "reviews",
      "attributes": {}
    },
    {
      "from": "code-review:acme-app-1234-r2",
      "to": "role:code-reviewer",
      "kind": "submitted_by",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}