Auto-sync: 2026-04-17 08:37

This commit is contained in:
2026-04-17 08:38:12 +08:00
parent 6caa1c2f47
commit a0a48bd334
247 changed files with 6577 additions and 3061 deletions

View File

@@ -0,0 +1,30 @@
---
title: "Vibe Coding"
type: concept
tags: [ai-coding, workflow]
---
## 定义
一种使用 AI 编程助手的开发方式开发者通过自然语言描述需求AI 负责具体的代码实现。
## 核心特征
- 自然语言驱动开发
- AI 辅助代码生成和修改
- Plan 模式预先审查实现方案
- AGENTS.md 记录项目代码模式
## 工作流程
1. 描述需求 → AI 生成实现计划Plan 模式)
2. 审查计划 → 调整需求或确认方案
3. 切换到 Build 模式 → AI 执行代码修改
4. 审查结果 → 可用 /undo 撤销
## 工具
- [[OpenCode]]
- [[Claude Code]]
- [[Ollama]](本地 LLM
## 关联概念
- [[Plan Mode]]
- [[Build Mode]]
- [[AGENTS.md]]