II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:vibe-kanban-branch-view
Vibe Kanban Branch View json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:vibe-kanban-branch-view",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/vibe-kanban-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Vibe Kanban Branch View",
"description": "Parallel branch status visualization showing all active git branches\ncreated by agent tasks. Displays branch name, diff stats, CI status,\nmerge readiness, and the owning agent for each branch. Enables quick\nnavigation between parallel workstreams and conflict detection across\nconcurrent agent branches.\n",
"kind": "editor-ui",
"surface": "editor-ui",
"category": "interaction-primitive-category:lifecycle",
"availableInModes": [
"chat"
],
"requiresPermission": false
},
"outgoingEdges": [
{
"from": "interaction-primitive:vibe-kanban-branch-view",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-ui-impl:vibe-kanban.ui@current",
"to": "interaction-primitive:vibe-kanban-branch-view",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "ui-control"
}
}
}
]
}