Auto-sync: 2026-04-28 00:02
This commit is contained in:
@@ -1,31 +1,37 @@
|
||||
---
|
||||
title: "Vibe-Kanban"
|
||||
type: entity
|
||||
tags: [vibe-coding, ai-coding, node, npm]
|
||||
sources: [vibe-kanban-opencode-在-ubuntu-server-上安装与管理指南, 如何在ubuntu上安装opencode并配置vibe-kanban]
|
||||
last_updated: 2026-04-17
|
||||
---
|
||||
|
||||
## Definition
|
||||
Vibe-Kanban 是一个 AI 编程辅助工具,提供看板(Kanban)界面与 OpenCode executor 集成,通过自然语言驱动 AI agent 执行编程任务。
|
||||
|
||||
## Aliases
|
||||
- Vibe Kanban
|
||||
- vibe-kanban
|
||||
|
||||
## Role in System
|
||||
- 作为 AI Coding 前端界面,通过看板管理任务
|
||||
- 自动 spawn OpenCode executor(随机端口),无需手动启动 executor
|
||||
- 通过 npx vibe-kanban 启动,监听默认端口 9999
|
||||
- 支持 RUST_LOG=debug 环境变量获取详细日志
|
||||
|
||||
## Key Configuration
|
||||
- 端口:`HOST=0.0.0.0 PORT=9999`
|
||||
- 工作目录权限:`/var/tmp/vibe-kanban` 和 `~/.vibe-kanban` 需属于运行用户
|
||||
- pm2 管理:`pm2 start "RUST_LOG=debug HOST=0.0.0.0 PORT=9999 npx vibe-kanban" --name vibe-kanban`
|
||||
|
||||
## Dependencies
|
||||
- [[Node 20]](运行时)
|
||||
- [[OpenCode]](executor)
|
||||
- [[npm]] / [[npx]](包管理器)
|
||||
- [[pm2]](进程管理,可选)
|
||||
---
|
||||
title: "Vibe-Kanban"
|
||||
type: entity
|
||||
tags: [vibe-coding, project-management, ai-tools]
|
||||
sources: [如何在ubuntu上安装opencode并配置vibe-kanban, vibe-kanban-opencode-在-ubuntu-server-上安装与管理指南]
|
||||
last_updated: 2026-04-27
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
**Vibe-Kanban** 是一款看板式任务管理工具,专为 Vibe Coding 工作流设计,与 OpenCode 等 AI 编程代理配合使用,实现 AI 驱动的项目管理。
|
||||
|
||||
## Aliases
|
||||
- Vibe Kanban
|
||||
- VibeKanban
|
||||
|
||||
## Key Features
|
||||
|
||||
- **看板式管理**:通过看板界面管理 AI 辅助编程任务
|
||||
- **OpenCode 集成**:自动 spawn OpenCode executor 进程,支持在看板中直接调用 AI 编程代理
|
||||
- **进程持久化**:通过 pm2 等进程管理器实现长时间稳定运行
|
||||
- **Ubuntu Server 支持**:支持在无图形界面的服务器环境中部署
|
||||
|
||||
## Related Entities
|
||||
|
||||
- [[OpenCode]] — AI 编程代理,与 Vibe-Kanban 配合使用
|
||||
- [[Vibe Coding]] — AI 辅助编程的工作流理念
|
||||
|
||||
## Related Concepts
|
||||
|
||||
- [[Plan Mode]] — 计划模式,禁用写入只生成实现方案
|
||||
- [[Build Mode]] — 构建模式,执行实际代码修改
|
||||
- [[AGENTS.md]] — 项目角色定义文件
|
||||
|
||||
## Installation
|
||||
|
||||
参考:[[vibe-kanban-opencode-在-ubuntu-server-上安装与管理指南]]
|
||||
|
||||
Reference in New Issue
Block a user