|
3 | 3 | ## How to use this index |
4 | 4 |
|
5 | 5 | - 按任务场景找文档,不按文件名猜。 |
6 | | -- 先看 `current/` 确认当前实现,再看 `standards/` 和 `workflows/`。 |
7 | | -- 涉及命令、目录、工具入口时,只引用 `reference/`。 |
| 6 | +- 先看 `current/` 确认仓库今天真实长什么样,再看 `standards/` 确认默认做法。 |
| 7 | +- 涉及命令、目录结构、命名规则时,只引用 `reference/`。 |
8 | 8 |
|
9 | 9 | ## I want to understand the repository |
10 | 10 |
|
|
16 | 16 |
|
17 | 17 | - 当前 backend 实现:[backend.md](current/backend.md) |
18 | 18 | - backend 约束:[backend.md](standards/backend.md) |
19 | | -- 推荐执行流程:[add-backend-feature.md](workflows/add-backend-feature.md) |
| 19 | +- 验证命令:[verification.md](reference/verification.md) |
20 | 20 |
|
21 | 21 | ## I want to change frontend code |
22 | 22 |
|
23 | 23 | - 当前 frontend starter:[frontend.md](current/frontend.md) |
24 | 24 | - frontend 约束:[frontend.md](standards/frontend.md) |
25 | | -- 当前设计系统:[design-system.md](standards/design-system.md) |
26 | | -- 推荐执行流程:[add-frontend-feature.md](workflows/add-frontend-feature.md) |
| 25 | +- 视觉和交互基线:[design-system.md](standards/design-system.md) |
| 26 | +- 验证命令:[verification.md](reference/verification.md) |
27 | 27 |
|
28 | | -## I want to change full-stack behavior |
| 28 | +## I want to fix a bug or review a change |
29 | 29 |
|
30 | | -- 当前系统边界:[architecture.md](current/architecture.md) |
31 | | -- backend 现状:[backend.md](current/backend.md) |
32 | | -- frontend 现状:[frontend.md](current/frontend.md) |
33 | | -- 推荐执行流程:[add-fullstack-feature.md](workflows/add-fullstack-feature.md) |
| 30 | +- 工程准则:[engineering.md](standards/engineering.md) |
| 31 | +- 文档准则:[documentation.md](standards/documentation.md) |
| 32 | +- 验证命令:[verification.md](reference/verification.md) |
34 | 33 |
|
35 | | -## I want to fix a bug |
| 34 | +## I want to update scripts or docs |
36 | 35 |
|
37 | | -- 统一 bug 修复流程:[fix-bug.md](workflows/fix-bug.md) |
38 | | -- 验证命令:[verification.md](reference/verification.md) |
| 36 | +- 当前脚本现状:[scripts.md](current/scripts.md) |
| 37 | +- 文档写作准则:[documentation.md](standards/documentation.md) |
| 38 | +- 命名与路径规则:[naming-and-paths.md](reference/naming-and-paths.md) |
39 | 39 |
|
40 | | -## I want to review or polish a change |
| 40 | +## I want to initialize or maintain the template |
41 | 41 |
|
42 | | -- 工程准则:[engineering.md](standards/engineering.md) |
43 | | -- 文档准则:[documentation.md](standards/documentation.md) |
44 | | -- 评审流程:[review-change.md](workflows/review-change.md) |
| 42 | +- 包名重命名与项目名替换:[scripts.md](current/scripts.md) |
| 43 | +- 版本更新:[scripts.md](current/scripts.md) |
| 44 | +- pre-commit 初始化:[scripts.md](current/scripts.md) |
| 45 | +- release notes 生成:[scripts.md](current/scripts.md) |
| 46 | +- 无用代码扫描:[scripts.md](current/scripts.md) |
| 47 | +- 相关验证命令:[verification.md](reference/verification.md) |
45 | 48 |
|
46 | 49 | ## I want to release |
47 | 50 |
|
48 | 51 | - 当前发版方式:[release.md](current/release.md) |
49 | | -- 发版流程:[release.md](workflows/release.md) |
50 | | - |
51 | | -## I want to update AI adapters |
52 | | - |
53 | | -- 工具入口清单:[tool-entrypoints.md](reference/tool-entrypoints.md) |
54 | | -- 工程与文档准则:[engineering.md](standards/engineering.md) |
55 | | -- 设计决策:[adr-002-tool-adapter-strategy.md](decisions/adr-002-tool-adapter-strategy.md) |
| 52 | +- 验证命令:[verification.md](reference/verification.md) |
56 | 53 |
|
57 | | -## I want the design rationale |
| 54 | +## I want to update AI entry docs |
58 | 55 |
|
59 | | -- 为什么 `ai_docs/` 是唯一详细事实源:[adr-001-ai-docs-source-of-truth.md](decisions/adr-001-ai-docs-source-of-truth.md) |
60 | | -- 为什么 adapter 要保持轻量:[adr-002-tool-adapter-strategy.md](decisions/adr-002-tool-adapter-strategy.md) |
| 56 | +- 仓库结构与入口位置:[project-structure.md](reference/project-structure.md) |
| 57 | +- 路径与命名规则:[naming-and-paths.md](reference/naming-and-paths.md) |
| 58 | +- 文档准则:[documentation.md](standards/documentation.md) |
0 commit comments