# 商业航天 wiki 知识库

由 7 个并行 sub-agent 从 `../商业航天材料/` 目录下 54 份原始素材（PDF/PPTX/DOCX）抽取构建。

**素材覆盖**：2019-2026 年中国商业航天产业报告 + 美国 SBIRS/OPIR 全史 + 卫星通信/导航/遥感/低空/资产管理 + 中移并购战略 + Project Star 尽调 + 全球航天 2025 年度统计。

## 总览

| 类目 | 数量 | 索引 |
|---|---|---|
| **entities** 公司/星座/卫星/机构 | **424** | [entities/index.md](entities/index.md) |
| **people** 创始人/官员/学者 | **63** | [people/index.md](people/index.md) |
| **concepts** 技术/商业/政策 | **391** | [concepts/index.md](concepts/index.md) |
| **reports** 源报告 | **102** | [reports/index.md](reports/index.md) |
| **timeline** 大事年表 | 483 | [timeline/all.md](timeline/all.md) |

## 目录结构

```
wiki/
├── README.md              ← 本文件
├── entities/              ← 424 个实体条目（含 index.md）
├── people/                ← 63 个人物条目（含 index.md）
├── concepts/              ← 391 个概念条目（含 index.md）
├── reports/               ← 102 个源报告条目（含 index.md）
├── timeline/
│   └── all.md             ← 1955-2029 大事年表（按年倒序）
├── _extracted/            ← 54 份抽取的纯文本中间产物（每份对应 1 份原始 docx/pptx/pdf）
├── _drafts/               ← 7 个 sub-agent 的原始草稿（合并前；保留作为审计追溯）
│   ├── agent-1-macro/             — 全球宏观航天（4 reports, 41 entities）
│   ├── agent-2-us-sbirs/          — 美国天基红外预警全史（1 reports, 41 entities）
│   ├── agent-3-cn-industry/       — 中国商业航天产业（9 reports, 49 entities）
│   ├── agent-4-leo-comms/         — 卫星通信/低轨星座（7 reports, 45 entities）
│   ├── agent-5-subdomains/        — 细分领域 遥感/导航/资源/超音速/破产（6 reports, 57 entities）
│   ├── agent-6-mna/               — 中移并购/Project Star（4 reports, 28 entities）
│   └── agent-7-asset-low-altitude/— 资产管理/低空/太空治理（4 reports, 31 entities）
└── _scripts/              ← extract.py + merge.py + build_index.py
```

## Wiki 条目格式

每条 markdown 以 frontmatter 开头（type / country / aliases / sources），后接：
- **概要**（1-3 句核心）
- **关键事实**（带数据/年份）
- **在源材料中的提及**（带具体 _extracted/ 文件名）
- **关联**（其它 wiki 条目的 [[...]] 链接）

跨 agent 同 slug 条目已自动合并：union frontmatter list 字段，正文以"补充视角 — agent-N"分节追加。
其中：**30 个 entities、3 个 people、10 个 concepts** 来自 2-4 个 agent 的合并。

## 如何使用

- **查询某公司/卫星/星座**：去 `entities/index.md` 按类型或国家定位。
- **查询某概念/技术**：去 `concepts/index.md` 按类别浏览。
- **查询某份原始报告的内容摘要**：去 `reports/index.md` 按年份或类型找。
- **查询历史事件/时间线**：直接看 `timeline/all.md`（年份倒序）。
- **追溯到原始 docx/pptx/pdf 文本**：去 `_extracted/<对应文件>.md` 看完整抽取文本。

## 元信息

- 构建工具：`_scripts/{extract.py, merge.py, build_index.py}`
- 7 个 sub-agent 完整任务记录请见 `_drafts/_TEMPLATE.md`（公共指令模板）
- 不计 _drafts/ 重复，最终 wiki 条目总数 = 980 个 markdown 文件 + 1 个 timeline 汇总
