mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-03 06:07:46 +00:00
f1f0b9fe75
Move the complete research domain from docs/research to root-level research, update indexes and path-aware tooling, and align raw snapshot governance and CODEOWNERS.\n\nVerified with make test and GitHub CI.
23 lines
813 B
Markdown
23 lines
813 B
Markdown
# research/harness/notes/ Agent 指南
|
|
|
|
## 目录职责
|
|
|
|
`research/harness/notes/` 保存 Harness 研究材料的中文摘记、提纲和待提炼线索。
|
|
|
|
## 文件地图
|
|
|
|
```text
|
|
notes/
|
|
├── README.md # 摘记目录入口
|
|
├── lilian-weng-harness-rsi-outline.md # Lilian Weng 原文提纲摘记
|
|
├── lilian-weng-harness-rsi-short-note.md # Lilian Weng 原文短摘
|
|
└── AGENTS.md # 本目录操作规则
|
|
```
|
|
|
|
## 修改规则
|
|
|
|
- 摘记只承载阅读线索和阶段性理解,不替代 `../raw/` 的原始事实层。
|
|
- 新增摘记时必须能追溯到上级 raw 来源或可信一手来源。
|
|
- 稳定结论应迁移到 `../harness-engineering.md`,不要长期停留在 notes。
|
|
- 新增、删除或重命名摘记时,同步更新本目录 `README.md` 和上级 `../README.md`。
|