iiRecord
Agentic AI Atlas · Session-flow projection for an example Claude Code session
session-flow:claude-examplea5c.ai
II.
SessionFlowProjection JSON

session-flow:claude-example

Structured · live

Session-flow projection for an example Claude Code session json

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

File · extensions/session-flow-projections/session-flow-projections.yamlCluster · extensions
Record JSON
{
  "id": "session-flow:claude-example",
  "_kind": "SessionFlowProjection",
  "_file": "extensions/session-flow-projections/session-flow-projections.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Session-flow projection for an example Claude Code session",
    "generatedAt": "2026-05-02T00:00:00Z",
    "laneCount": 3,
    "segmentKinds": [
      "user",
      "assistant",
      "thinking",
      "tool",
      "lifecycle"
    ],
    "hasFileAttention": true,
    "hasCostBreakdown": true
  },
  "outgoingEdges": [
    {
      "from": "session-flow:claude-example",
      "to": "agent-flow-lane:claude-example--human-turn",
      "kind": "has_lane",
      "attributes": {}
    },
    {
      "from": "session-flow:claude-example",
      "to": "agent-flow-lane:claude-example--agent-action",
      "kind": "has_lane",
      "attributes": {}
    },
    {
      "from": "session-flow:claude-example",
      "to": "agent-flow-lane:claude-example--tool-call",
      "kind": "has_lane",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-flow-lane:claude-example--human-turn",
      "to": "session-flow:claude-example",
      "kind": "lane_of_projection",
      "attributes": {}
    },
    {
      "from": "agent-flow-lane:claude-example--agent-action",
      "to": "session-flow:claude-example",
      "kind": "lane_of_projection",
      "attributes": {}
    },
    {
      "from": "agent-flow-lane:claude-example--tool-call",
      "to": "session-flow:claude-example",
      "kind": "lane_of_projection",
      "attributes": {}
    }
  ]
}