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

27 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Vibe-Kanban"
type: concept
tags: [vibe-coding, kanban, opencode, ubuntu, ai-pair-programming]
last_updated: 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
- [[Vibe-Kanban]] ← spawns ← [[OpenCode Executor]]
- [[nvm]] ← 提供 Node ← [[Vibe-Kanban]]
- [[pm2]] ← 管理进程 ← [[Vibe-Kanban]]