Commit ec59c9b1 ec59c9b1ca54c50fe03b743237d996f900d275b6 by cnb.bofCdSsphPA

Expose the business-data intake chain directly from the docs overview

Constraint: Keep this checkpoint limited to navigation docs and preserve the condensed doc structure
Rejected: Keep the new business-export material discoverable only through deep links | New sessions should find the intake chain from the overview immediately
Confidence: high
Scope-risk: narrow
Directive: Maintain README as the compressed navigation surface and avoid expanding it into another full spec
Tested: Rechecked 211 relative links across the updated overview, changelog, and handoff docs
Not-tested: No code or training path executed in this navigation-only checkpoint
1 parent 55974514
1 ## 2026-06-02 总览页补齐业务导出链入口 checkpoint
2
3 完成项:
4 - 已更新 `docs/README.md`,把业务数据接入链提升为独立导航分组。
5 - 已在总览页直接给出业务导出最短链与离线 smoke 入口。
6
7 结论:
8 - 新 session 不需要再从大量文档中手动拼出业务接入顺序。
9 - 文档总览已能同时覆盖开放数据链与业务数据链。
10
1 ## 2026-06-02 业务导出离线 smoke 实跑通过 checkpoint 11 ## 2026-06-02 业务导出离线 smoke 实跑通过 checkpoint
2 12
3 完成项: 13 完成项:
......
...@@ -8,8 +8,9 @@ ...@@ -8,8 +8,9 @@
8 8
9 1. **项目与架构** 9 1. **项目与架构**
10 2. **数据与评测** 10 2. **数据与评测**
11 3. **服务与工程** 11 3. **业务数据接入**
12 4. **研究与路线** 12 4. **服务与工程**
13 5. **研究与路线**
13 14
14 建议先只读这 4 组,不必一次看完全部细节文档。 15 建议先只读这 4 组,不必一次看完全部细节文档。
15 16
...@@ -22,19 +23,20 @@ flowchart TD ...@@ -22,19 +23,20 @@ flowchart TD
22 A[Docs Entry] --> B[Project Responsibility] 23 A[Docs Entry] --> B[Project Responsibility]
23 A --> C[Architecture] 24 A --> C[Architecture]
24 A --> D[Dataset Spec] 25 A --> D[Dataset Spec]
25 A --> E[Service API] 26 A --> E[Business Export Chain]
26 A --> F[Industrial Benchmark] 27 A --> F[Service API]
27 A --> G[Industrialization Roadmap] 28 A --> G[Industrial Benchmark]
28 A --> H[Licensing & Sources] 29 A --> H[Industrialization Roadmap]
29 A --> I[SOTA Research] 30 A --> I[Licensing & Sources]
31 A --> J[SOTA Research]
30 32
31 B --> C 33 B --> C
32 C --> D 34 C --> D
33 C --> E 35 D --> E
34 D --> F 36 E --> F
35 F --> G 37 G --> H
36 H --> G 38 I --> H
37 I --> G 39 J --> H
38 ``` 40 ```
39 41
40 --- 42 ---
...@@ -46,8 +48,8 @@ flowchart TD ...@@ -46,8 +48,8 @@ flowchart TD
46 | 新成员 | [项目与架构](./project-responsibility-map.md), [系统架构](./acr-architecture.md) | 48 | 新成员 | [项目与架构](./project-responsibility-map.md), [系统架构](./acr-architecture.md) |
47 | 算法/模型 | [数据规范](./dataset-spec.md), [SOTA 调研](./sota-research-2026.md) | 49 | 算法/模型 | [数据规范](./dataset-spec.md), [SOTA 调研](./sota-research-2026.md) |
48 | 平台/后端 | [服务接口](./service-api.md), [评测规范](./industrial-benchmark-spec.md) | 50 | 平台/后端 | [服务接口](./service-api.md), [评测规范](./industrial-benchmark-spec.md) |
49 | 数据接入 | [数据来源与接入](./dataset-sources-and-licensing.md) | 51 | 数据接入 | [开放数据工作流](./open-dataset-workflow.md), [业务导出 Cookbook](./business-export-cookbook.md) |
50 | 负责人/规划 | [工业化路线](./industrialization-roadmap.md) | 52 | 负责人/规划 | [工业化路线](./industrialization-roadmap.md), [交接文档](./session-handoff.md) |
51 53
52 --- 54 ---
53 55
...@@ -67,15 +69,29 @@ flowchart TD ...@@ -67,15 +69,29 @@ flowchart TD
67 快速落地入口: 69 快速落地入口:
68 - [开放数据工作流](./open-dataset-workflow.md) 70 - [开放数据工作流](./open-dataset-workflow.md)
69 - [本地开放数据落点目录](../acr-engine/data/raw/README.md) 71 - [本地开放数据落点目录](../acr-engine/data/raw/README.md)
70 72 - 离线 smoke 已验证:`acr-engine/scripts/business_export_offline_smoke.py`
71 ### C. 服务与工程 73
74 ### C. 业务数据接入
75 - [业务素材类型与 Bucket 指南](./business-music-bucket-and-type-guide.md)
76 - [业务 Manifest 与 Type-Role 规范](./business-manifest-and-type-role-spec.md)
77 - [业务导出 Cookbook](./business-export-cookbook.md)
78 - [业务数据到项目 Manifest 适配](./business-project-manifest-adapter.md)
79
80 业务数据最短链:
81 1. [业务导出 Cookbook](./business-export-cookbook.md)
82 2. `acr-engine/scripts/normalize_business_export.py`
83 3. `acr-engine/scripts/split_business_manifest_ready.py`
84 4. `acr-engine/scripts/build_business_project_manifests.py`
85 5. `acr-engine/scripts/business_export_offline_smoke.py`
86
87 ### D. 服务与工程
72 - [服务接口](./service-api.md) 88 - [服务接口](./service-api.md)
73 - [持续开发交接文档](./session-handoff.md) 89 - [持续开发交接文档](./session-handoff.md)
74 - [当前能力地图](./current-capability-map.md) 90 - [当前能力地图](./current-capability-map.md)
75 - [首次启动检查清单](../acr-engine/FIRST_RUN_CHECKLIST.md) 91 - [首次启动检查清单](../acr-engine/FIRST_RUN_CHECKLIST.md)
76 - [更新记录](./CHANGELOG.md) 92 - [更新记录](./CHANGELOG.md)
77 93
78 ### D. 研究与路线 94 ### E. 研究与路线
79 - [工业化路线](./industrialization-roadmap.md) 95 - [工业化路线](./industrialization-roadmap.md)
80 - [SOTA 调研](./sota-research-2026.md) 96 - [SOTA 调研](./sota-research-2026.md)
81 - [引用来源总表](./references-and-sources.md) 97 - [引用来源总表](./references-and-sources.md)
......
...@@ -253,6 +253,9 @@ ...@@ -253,6 +253,9 @@
253 - `high_energy``mean_top1=0.9167, min=0.9167, max=0.9167, stdev=0.0` 253 - `high_energy``mean_top1=0.9167, min=0.9167, max=0.9167, stdev=0.0`
254 - `hybrid``mean_top1=0.8750, min=0.7917, max=0.9583, stdev=0.0680` 254 - `hybrid``mean_top1=0.8750, min=0.7917, max=0.9583, stdev=0.0680`
255 255
256 ### 文档入口最新状态
257 - `docs/README.md` 已补齐业务数据接入导航与最短链说明。
258
256 ### 最优先待办 259 ### 最优先待办
257 1. 把已完成的 toy bucket baseline 升级为语义 bucket(风格 / 结构 / hard-case)。 260 1. 把已完成的 toy bucket baseline 升级为语义 bucket(风格 / 结构 / hard-case)。
258 - 模板:`acr-engine/configs/buckets/fma_semantic_bucket_template.json` 261 - 模板:`acr-engine/configs/buckets/fma_semantic_bucket_template.json`
......