新增wiki命令文件

This commit is contained in:
2026-04-14 16:02:50 +08:00
parent 65803c911d
commit c6e3d3c5db
485 changed files with 12578 additions and 396 deletions

View File

@@ -0,0 +1,42 @@
---
id: Vibe-Kanban
title: "Vibe-Kanban"
type: entity
tags: [ai-agent, coding-agent, task-board]
aliases: []
---
## Definition
Vibe-Kanban 是由 [[BloopAI]] 开发的开源 AI 编码 Agent 任务看板工具。通过看板界面管理 AI Agent 的任务执行,每个任务运行在独立的 git worktree 中隔离进行。
## Core Properties
- **类型**:产品/项目
- **开发商**[[BloopAI]]
- **技术栈**Node.js
- **开源**GitHubhttps://github.com/BloopAI/vibe-kanban
- **官网**https://www.vibekanban.com
## Key Features
- AI 编码 Agent 任务看板
- 隔离的 git worktree 执行环境
- 默认使用 `--dangerously-skip-permissions` 标志运行
- 支持 [[MCP]] 集成
- 支持 [[GitHub]] CLI 集成(创建 Pull Request
- 可通过 `PORT` 环境变量指定端口
- 可通过 `HOST` 环境变量指定绑定地址(`0.0.0.0` 允许远程访问)
## Dependencies
- [[Node-js]](推荐 LTS 版本)
- [[OpenCode]](支持的编码 Agent 之一)
- [[PM2]](可选,用于进程管理)
## Related Entities
- [[OpenCode]]Vibe-Kanban 支持的编码 Agent
- [[PM2]]:可选的进程管理器
- [[BloopAI]]:开发商
## Connections
- [[Vibe-Kanban]] ← 支持 ← [[OpenCode]]
- [[Vibe-Kanban]] ← 安装依赖 ← [[Node-js]]
- [[Vibe-Kanban]] ← 进程管理 ← [[PM2]]
- [[Vibe-Kanban]] ← 开发 ← [[BloopAI]]