II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:vibe-kanban-pr-review
Vibe Kanban PR Review json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:vibe-kanban-pr-review",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/vibe-kanban-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Vibe Kanban PR Review",
"description": "Integrated pull request review tool embedded in the kanban board.\nWhen a task card moves to the review column, the PR review primitive\nshows the full diff, CI results, screenshot comparisons, and provides\napprove/request-changes controls. Supports inline comments and\nagent-generated review summaries.\n",
"kind": "editor-ui",
"surface": "editor-ui",
"category": "interaction-primitive-category:review",
"availableInModes": [
"chat"
],
"requiresPermission": false
},
"outgoingEdges": [
{
"from": "interaction-primitive:vibe-kanban-pr-review",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-ui-impl:vibe-kanban.ui@current",
"to": "interaction-primitive:vibe-kanban-pr-review",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "ui-control"
}
}
}
]
}