II.
AgentPlatformImpl JSON
Structured · liveagent-platform-impl:vibe-kanban.platform@current
Vibe Kanban Platform (current) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "agent-platform-impl:vibe-kanban.platform@current",
"_kind": "AgentPlatformImpl",
"_file": "agent-stack/platform-impls/vibe-kanban-platform-current.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Vibe Kanban Platform (current)",
"agentVersionId": "agent-version:vibe-kanban@current",
"packageRef": "source-ref:vibe-kanban-github",
"nativeExtensionFormat": "none",
"nativeExtensionManifestPath": "",
"nativeExtensionsDirectoryPath": [],
"skillFormat": "none",
"skillsDirectoryPath": [],
"customSlashCommandsPath": [],
"subagentDefinitionFormat": "executor-config",
"subagentsDirectoryPath": [],
"hooksDirectoryOrConfigPath": [],
"settingsFiles": [],
"pluginRegistryPath": "",
"capabilityProfileRegistry": false,
"launchConfigRegistry": false,
"platformIdentityStrategy": "local",
"updateChannelMechanism": "npm",
"supportedChannelKinds": [],
"notes": "Distribution and deployment:\n- NPX CLI: `npx vibe-kanban` for zero-install local usage\n- Local mode: runs entirely on developer machine with SQLite\n- Remote mode: server deployment with ElectricSQL for state sync\n across multiple clients\n- React frontend split into local-web, remote-web, and web-core\n packages for shared component reuse\nElectricSQL provides real-time state synchronization in remote\ndeployment mode, enabling multiple developers to share the same\nkanban board with live updates.\n"
},
"outgoingEdges": [
{
"from": "agent-platform-impl:vibe-kanban.platform@current",
"to": "layer:6-agent-platform",
"kind": "realizes",
"attributes": {}
},
{
"from": "agent-platform-impl:vibe-kanban.platform@current",
"to": "agent:vibe-kanban",
"kind": "composes",
"attributes": {
"role": "platform"
}
},
{
"from": "agent-platform-impl:vibe-kanban.platform@current",
"to": "presentation:vibe-kanban-web",
"kind": "bundles",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-version:vibe-kanban@current",
"to": "agent-platform-impl:vibe-kanban.platform@current",
"kind": "composed_of",
"attributes": {
"role": "platform"
}
}
]
}