docs(graph): add HTML tour version and directory readme
Harness governance / validate (push) Has been cancelled

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
chengma
2026-07-17 10:59:08 +08:00
co-authored by Claude Fable 5
parent 6979a4ca5e
commit 51f4c06e3c
4 changed files with 336 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
- [`../CLAUDE.md`](../CLAUDE.md):Claude Code 的薄入口,具体规则以 `AGENTS.md` 为准。
- [`../tasks.md`](../tasks.md):当前样本库自身的维护任务列表,不是复制到新项目后的业务任务看板。
- [`../progress.md`](../progress.md):可选历史归档 / 项目级大事记;执行记录默认写各任务文件的 `## 执行记录`。
- [仓库导览](../graph/repo-tour.md):给新接手者的结构、工作流和任务生命周期流程图;描述样本库自身,复制模板到新项目时可不带。
- [仓库导览](../graph/repo-tour.md):给新接手者的结构、工作流和任务生命周期流程图;描述样本库自身,复制模板到新项目时可不带。HTML 版及目录说明见 [`../graph/`](../graph/README.md)。
- [AI 开发入口](00-ai-start-here.md):agent 每次开始工作的入口、阅读顺序和任务领取规则。
- [项目愿景](01-vision.md):为什么做、为谁做、产品原则、非目标。
- [需求](02-requirements.md):要什么、功能范围、优先级、验收标准,不写技术实现。