# 开发文档路由 | 任务 | 必读文档 | 主要代码/数据 | | --- | --- | --- | | 基础服务连接测试 | [Step0 基础服务连接测试](step0-pre-prepare.md) | `src/step0_pre_prepare/`、`scripts/check_dms_auth.py`、`scripts/check_step0_connections.py` | | DMS 字段确认和聚合 | [Step1 数据聚合](step1-data-aggregation.md) | `src/step1_data_aggregation/`、相关脚本 | | Neo4j 构建 | [Step2 图谱构建](step2-graph-building.md) | `src/step2_graph_building/graph/`、`src/step2_graph_building/meta/` | | 问答与检索 | [Step3 问答 Agent](step3-qa-agent.md) | `src/step3_qa_agent/agent/`、`src/step3_qa_agent/retrieval/` | | API 和前端 | [Step4 页面化](step4-web.md) | `src/step4_web/api.py`、`html/` | | Feature、证据与交接 | [Harness](harness.md) | Harness 文件、验证脚本 | 完整领域模型见 [技术方案](技术方案.md)。上游协议变化时必须验证全部下游消费者。文档与代码冲突 时,以实际代码、命令输出和 `feature_list.json` 为准。