Auto-sync: 2026-04-18 07:18

This commit is contained in:
2026-04-18 07:18:06 +08:00
parent 705181ee3f
commit 35760e9c53
40 changed files with 967 additions and 99 deletions

View File

@@ -0,0 +1,20 @@
---
title: "上下文固定"
type: concept
tags: [vibe-coding, workflow]
---
## 定义
Vibe Coding 的核心理念之一,指在开发过程中保持项目上下文一致,确保 AI 能够准确理解项目状态和需求。
## 实现方式
- 使用 AGENTS.md 记录项目代码模式
- 保持对话上下文连续
- 提供清晰的上下文边界
## 与 Vibe Coding 的关系
上下文固定是 Vibe Coding 三要素之一(规划驱动 + 上下文固定 + AI 结对执行),确保 AI 生成代码的一致性和可维护性。
## 连接关系
- [[上下文固定]] ← part_of ← [[Vibe Coding]]
- [[上下文固定]] → enables → [[AGENTS.md]]