docs: 新增已有项目接入指南 (#12)

This commit is contained in:
QiuSW
2026-08-10 15:01:15 +08:00
parent eb92fb3033
commit 0271a3ebd7
5 changed files with 198 additions and 3 deletions
+15
View File
@@ -24,6 +24,9 @@ CORE_PAGE_PATHS = {
"New-Project-Documentation-Setup": (
"docs/07-new-project-documentation-setup.md"
),
"Existing-Project-Adoption-Guide": (
"docs/08-existing-project-adoption.md"
),
"Delivery-Documentation-Guide": "docs/delivery/README.md",
"Audience-Document-Template": (
"docs/delivery/audience-document-template.md"
@@ -89,6 +92,18 @@ CORE_DOCUMENT_REQUIREMENTS = {
"### 5. 确定交付对象和文档",
"## 完成标准",
),
"docs/08-existing-project-adoption.md": (
"## 与新项目初始化的区别",
"## 接入前只读盘点",
"## 已有内容保护原则",
"## 增量接入顺序",
"## 冲突处理和停止条件",
"## 可复制 Agent 指令",
"### 只分析",
"### 方案确认后实施",
"## 最小验收清单",
"## 回退原则",
),
"docs/delivery/README.md": (
"## 什么时候需要交付文档",
"## 受众与文档选择",