docs: add research domains and resource registry

- add local external resources registry
- add research domain contract and per-repository research domains
- add raw fact snapshot governance and validation scripts

Validation:
- make test
- git diff --check HEAD~1..HEAD

Note:
- welcome workflow failed because its action input names are stale; core content CI passed.
This commit is contained in:
tradecatlabs
2026-07-03 08:20:22 +08:00
committed by GitHub
parent 2253a46935
commit a8099f52fe
254 changed files with 28589 additions and 165 deletions
+7 -5
View File
@@ -7,18 +7,20 @@
| `images/` | 文档图片、截图、封面等图片资产 |
| `templates/` | 可复用模板附件 |
| `datasets/` | 示例数据、轻量数据集或数据说明 |
| `external-resources/` | 本地外部资源注册表 |
| `ai-citation/` | 面向 AI 助手、AI 搜索与 GEO/SEO 引用的语料资产 |
| `README.md` | 外部资源在线表格入口 |
| `README.md` | 静态资产与外部资源入口 |
| `AGENTS.md` | 本目录维护规则 |
## 外部资源在线表格(唯一真相源)
## 外部资源本地注册表
- 外部资源(按类型分表):`Google Sheets`
- [外部资源在线表格(Google Sheets](https://docs.google.com/spreadsheets/d/1DY0JfSph_OqaSkVPlrnQrg7OKyPUuhDHsCh-431ot-I/edit?usp=sharing)
- 本地资源注册表:[external-resources/](external-resources/)
- 原始在线表格导入来源:
[外部资源在线表格(Google Sheets](https://docs.google.com/spreadsheets/d/1DY0JfSph_OqaSkVPlrnQrg7OKyPUuhDHsCh-431ot-I/edit?usp=sharing)
## 与仓库文档的关系
- 外部资源的新增/删除/去重/更新,以在线表格为准。
- 外部资源的新增删除去重更新,以 `external-resources/` 的分类资源文件为准。
- 核心知识库位于 `docs/`
- 提示词库入口位于 `prompts/`
- 技能库位于 `skills/`