iiRecord
Agentic AI Atlas · Vibe Kanban Platform (current)
agent-platform-impl:vibe-kanban.platform@currenta5c.ai
II.
AgentPlatformImpl JSON

agent-platform-impl:vibe-kanban.platform@current

Structured · live

Vibe Kanban Platform (current) json

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

File · agent-stack/platform-impls/vibe-kanban-platform-current.yamlCluster · agent-stack
Record JSON
{
  "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"
      }
    }
  ]
}