iiRecord
Agentic AI Atlas · Review
phase:reviewa5c.ai
II.
Phase JSON

phase:review

Structured · live

Review json

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

File · lifecycle/phases/review.yamlCluster · lifecycle
Record JSON
{
  "id": "phase:review",
  "_kind": "Phase",
  "_file": "lifecycle/phases/review.yaml",
  "_cluster": "lifecycle",
  "attributes": {
    "order": 4,
    "displayName": "Review",
    "phaseMachineId": "phase-machine:default-process",
    "description": "The review phase of the default process phase machine.\n"
  },
  "outgoingEdges": [
    {
      "from": "phase:review",
      "to": "phase-machine:default-process",
      "kind": "belongs_to_phase_machine"
    }
  ],
  "incomingEdges": [
    {
      "from": "phase-machine:default-process",
      "to": "phase:review",
      "kind": "has_phase"
    }
  ]
}