Files
nexus/wiki/concepts/Vibe-Kanban.md

1.0 KiB
Raw Blame History

title, type, tags, last_updated
title type tags last_updated
Vibe-Kanban concept
vibe-coding
kanban
opencode
ubuntu
ai-pair-programming
2026-04-15

Definition

AI 结对编程任务看板,通过 Web UIPORT 9999管理编程任务自动 spawn OpenCode Executor 在随机端口执行 AI 编程。

Core Mechanism

  • 启动RUST_LOG=debug HOST=0.0.0.0 PORT=9999 npx vibe-kanban
  • 自动 spawnvibe-kanban 启动后自动 spawn executor随机端口无需手动启动
  • 工作目录:/var/tmp/vibe-kanban/worktrees/(需 shenwei 用户权限)
  • 配置目录:~/.vibe-kanban
  • 清理rm -rf /var/tmp/vibe-kanban/worktrees/* ~/.vibe-kanban解决权限/端口问题)

Key Constraints

  • 不要用 root 启动 OpenCode serve
  • I/O error 通常是 executor 没启动或端口被占用
  • executor 随 vibe-kanban 进程一起管理,不单独用 pm2 管理

Connections