Session-flow projection for an example Claude Code session
session-flow:claude-example
SessionFlowProjectionextensions/session-flow-projections/session-flow-projections.yaml·Open in Graph → {
"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": {}
}
]
}