vibe-coding-cn/assets/documents/AGENTS.md

37 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Documents 目录 Agent 指南
## 目录用途
`assets/documents/` 存放项目知识库文档,包含方法论、入门指南、实战案例等。
## 目录结构
```
assets/documents/
├── principles/ # 原则与思想fundamentals + philosophy
│ ├── fundamentals/ # 原 00-基础指南
│ └── philosophy/ # 原 05-哲学与方法论
├── guides/ # 入门与方法getting-started + playbook
│ ├── getting-started/ # 原 01-入门指南
│ └── playbook/ # 原 02-方法论
└── case-studies/ # 原 03-实战
```
## 操作规范
### 允许
- 新增/修改文档内容
- 修复错误和过时信息
- 添加新的实战案例
- 为每个一级目录维护 `README.md` 作为索引入口(如存在)
### 禁止
- 删除现有文档(除非明确要求)
- 大规模重命名/移动文件导致链接失效(如必须调整,需同步更新引用)
## 命名规范
- 文件名使用中文
- 使用 Markdown 格式
- 目录名使用简短英文(便于跨平台与链接稳定)