iiRecord
Agentic AI Atlas · GH#1234 ready-for-dispatch state (alternate)
issue-dispatch-state:gh-1234-readya5c.ai
II.
IssueDispatchState JSON

issue-dispatch-state:gh-1234-ready

Structured · live

GH#1234 ready-for-dispatch state (alternate) json

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

File · extensions/issue-dispatch-states/example-dispatch-states.yamlCluster · extensions
Record JSON
{
  "id": "issue-dispatch-state:gh-1234-ready",
  "_kind": "IssueDispatchState",
  "_file": "extensions/issue-dispatch-states/example-dispatch-states.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "GH#1234 ready-for-dispatch state (alternate)",
    "readiness": "ready",
    "blockedReasons": [],
    "renderedContext": "Implement the reconciliation timer per ACA-390 acceptance criteria.\n"
  },
  "outgoingEdges": [
    {
      "from": "issue-dispatch-state:gh-1234-ready",
      "to": "issue:github-1234",
      "kind": "dispatch_state_of_issue",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}