Auto-sync: 2026-04-21 17:12

This commit is contained in:
2026-04-21 17:12:45 +08:00
parent 914c8f6925
commit 0fe7ba237f
1888 changed files with 220 additions and 68174 deletions

View File

@@ -1,30 +0,0 @@
---
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]]