docs(docs): 维护历史文档声明+workline重写为全并行模式+coord措辞修复

This commit is contained in:
SpecialX
2026-07-10 14:13:47 +08:00
parent 3852873964
commit 60d7173545
6 changed files with 185 additions and 238 deletions

View File

@@ -8,10 +8,10 @@
## 仲裁记录索引
| 编号 | 日期 | 提请方 | 主题 | 状态 | 仲裁章节 |
| ------- | ---------- | ---------------------- | --------------------------------- | --------- | -------- |
| ARB-001 | 2026-07-09 | coord批次 1 启动前) | teacher-bff GraphQL schema 第一版 | ✅ 已裁决 | §1 |
| ARB-002 | 2026-07-09 | coord批次 1 启动前) | MF Shell 暴露清单 | ✅ 已裁决 | §2 |
| 编号 | 日期 | 提请方 | 主题 | 状态 | 仲裁章节 |
| ------- | ---------- | --------------------- | --------------------------------- | --------- | -------- |
| ARB-001 | 2026-07-09 | coord全并行启动前) | teacher-bff GraphQL schema 第一版 | ✅ 已裁决 | §1 |
| ARB-002 | 2026-07-09 | coord全并行启动前) | MF Shell 暴露清单 | ✅ 已裁决 | §2 |
---
@@ -19,7 +19,7 @@
### 1.1 背景
批次 1P2启动前,需仲裁 teacher-bff GraphQL schema 第一版,作为 ai03teacher-bff和 ai13teacher-portal的共同契约。
全并行启动前,需仲裁 teacher-bff GraphQL schema 第一版,作为 ai03teacher-bff和 ai13teacher-portal的共同契约。
数据源ai03 的 [02-architecture-design.md §5](../../services/teacher-bff/docs/02-architecture-design.md#L503) 提供了目标态 schemaP4但 P2 只需 Must Have 子集。
@@ -154,7 +154,7 @@ type Query {
### 2.1 背景
批次 1P2启动前,需仲裁 teacher-portal 作为 MF Shell 暴露哪些模块给 Remotestudent/parent/admin作为 ai13 的实现依据。
全并行启动前,需仲裁 teacher-portal 作为 MF Shell 暴露哪些模块给 Remotestudent/parent/admin作为 ai13 的实现依据。
数据源ai13 的 [03-long-term-architecture.md §1.4](../../apps/teacher-portal/docs/03-long-term-architecture.md) 提供了 GraphQL client 单例设计。